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

Add step to read bounding box from build_parameters.yml as an area #45

Open
Zebreu opened this issue Oct 31, 2023 · 1 comment
Open

Comments

@Zebreu
Copy link
Collaborator

Zebreu commented Oct 31, 2023

At the moment, the routing engine reads in large files (at the level of states/countries) and we'd like to use a service that extracts one small part of a file to make sure it's not too long to rebuild the tool.
https://app.protomaps.com/downloads/osm is such a service
https://extract.bbbike.org/?sw_lng=-74.159&sw_lat=40.533&ne_lng=-73.685&ne_lat=40.755&format=osm.pbf&city=whatever&lang=en is another.

We could also download a file containing the bounding box and cut it ourselves before processing, it should be much faster but is more involved.

@Zebreu
Copy link
Collaborator Author

Zebreu commented Apr 15, 2024

The GUI allows this now, but this feature would be useful as part of the dockerbuild as well

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

No branches or pull requests

1 participant