Hey,
I want to use osmnx to get a full graph of all the nodes in specific area.
When i use the function G = ox.graph.graph_from_place(place_name, retain_all=True, truncate_by_edge=True)
I don’t get all the nodes. For example, POIs which are not connected to the graph.
Is there a way to get a full graph?
3 posts - 2 participants
Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/get-a-full-graph-of-osm/97529