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
The function is renamed to setup_graph_from_openstreetmap to return a graph instead of network. then the conversion of the graph and network can be done in the main func using graph_utils. Supported already in write graphs func.
the funcs arguments should allow using road types might be just easier. (suggestions from Helene) --> support and document
Make graph workflow into utils because it is more about conversions and read/writes.
Add read write into gml, graphml, gpickle and geojson.
The text was updated successfully, but these errors were encountered:
1st draft version, This function gets a multigraph from osm data (updated 18-08-2023).
TODO:
setup_graph_from_openstreetmap
to return a graph instead of network. then the conversion of the graph and network can be done in the main func using graph_utils. Supported already in write graphs func.The text was updated successfully, but these errors were encountered: