You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is not addressed by the documentation or examples
Existing issues
My problem does not appear in an existing issue
What operating system and Python version are you using?
Mac, python 3.11
What OSMnx version are you using?
2.0
Environment packages and versions
N/A
How did you install OSMnx?
Other (describe below)
Problem description
Poetry (uses pip underneath)
Complete minimal reproducible example
Sorryifthisisnotabug. Whenagraphisdownloadedthisway:
download_data/__init__.pyimportosmnxasoxdef__main__():
# Define the place nameplace_name="Venezia-Murano-Burano, Veneto, Italy"# Download the street network data for Venicegraph=ox.graph_from_place(place_name, network_type="walk", simplify=True)
ox.save_graphml(graph, filepath="../data/venice.graphml",gephi=True)
print("Data downloaded successfully!")
ox.plot_graph(graph)
Nodeshavesimplyanid, notanykindofdefiningnameasedgesdo. Itmightbethattheyaresimplythatwayandthatmostnodesdon't have a name, but I would like to know if there'ssomeway, orsomecommandoption, thathelpsdecoratenodeswithsomeplacename.
The text was updated successfully, but these errors were encountered:
Thanks for using OSMnx! Per the contributing guidelines, please ask usage questions on StackOverflow as we reserve this issue tracker for bug reporting and feature development.
Contributing guidelines
Documentation
Existing issues
What operating system and Python version are you using?
Mac, python 3.11
What OSMnx version are you using?
2.0
Environment packages and versions
How did you install OSMnx?
Other (describe below)
Problem description
Poetry (uses pip underneath)
Complete minimal reproducible example
The text was updated successfully, but these errors were encountered: