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

unclear instructions and example for building an OSM road network #137

Open
robfitzgerald opened this issue Mar 7, 2023 · 1 comment
Open
Labels
good first issue Good for newcomers
Milestone

Comments

@robfitzgerald
Copy link
Collaborator

robfitzgerald commented Mar 7, 2023

i'm looking at our example and there's no documentation on what the schema of the geojson is supposed to be. i'm assuming it's reading the output of an OSMNx network but i'm not clear on how. Or, maybe it's just a polygon?

we should update this example so it more clearly describes a simple pipeline for building networks. we should ideally assign speeds based on 1) labeled speeds, 2) average labeled speed by road class. handled by osmnx

@robfitzgerald robfitzgerald added this to the nice-to-haves milestone Mar 7, 2023
@robfitzgerald
Copy link
Collaborator Author

robfitzgerald commented Mar 7, 2023

ok, just dove through to see the code uses osmnx under-the-hood to read in a network, so, this task is pretty simple just adding the comment that the expected geometry is the extent of the road network to retrieve from OSM

@robfitzgerald robfitzgerald added the good first issue Good for newcomers label Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant