-
Notifications
You must be signed in to change notification settings - Fork 12
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
[FEATURE] allow oe_read and oe_vectortranslate to work with .osm files #281
Comments
Great work Andrea 🔥 will test now... |
I'm excited by this because it opens-up possiblities of reducing reliance on providers and going directly to overpass-api.de for any size, shape and characteristics of data that people need. |
Confirmed. It works. See reproducible example in the code committed above. Thoughts on adding a simple interface to the overpass API now this works @agila5? Impressed how little effort that was, high boom for buck! |
We can certainly open a new issue to keep track of that idea but I'm not sure that it is worth the effort since I would just use |
As illustrated in the example below.
OSM data was downloaded from overpass with the following command which uses
wget
to query the API for the bounding box:The output of the command above can be found in the
example-data
folder of this repo.Quietness
A GeoJSON file with quietness estimates for each road segment in Leeds is available at https://github.com/ITSLeeds/cyclability/raw/main/cyclestreets/leeds_quietness.geojson and is illustrated below:
The text was updated successfully, but these errors were encountered: