Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup graph from OSM 1‍⃣ #40

Open
5 tasks done
xldeltares opened this issue Aug 1, 2023 · 2 comments
Open
5 tasks done

Setup graph from OSM 1‍⃣ #40

xldeltares opened this issue Aug 1, 2023 · 2 comments

Comments

@xldeltares
Copy link
Collaborator

xldeltares commented Aug 1, 2023

1st draft version, This function gets a multigraph from osm data (updated 18-08-2023).

  1. download data from osm
  2. simply graph
  3. convert into graph common convention

TODO:

  • Installation: ra2ce installation #65 --> new issue created.
  • 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.
@xldeltares
Copy link
Collaborator Author

xldeltares commented Aug 1, 2023

@xldeltares xldeltares changed the title setup_network_from_openstreetmap Setup graph from OSM Aug 18, 2023
@xldeltares
Copy link
Collaborator Author

Merged into main branch #39

@xldeltares xldeltares changed the title Setup graph from OSM Setup graph from OSM 1‍⃣ Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant