-
Notifications
You must be signed in to change notification settings - Fork 7
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
Generate AOI polygons for selected countries #7
Comments
You can use GADM to get polygons for the whole world https://gadm.org/download_world.html I think they are in planets.osm as well |
Those are administrative areas. Those are already explicitly included in OpenStreetMap and there usually are official local sources to update them. In this project, we're interested in areas of interest (AOI), similar to the yellow-ish and orange-ish areas on Google Maps. Those aren't directly linked to administrative areas. Also, the license of GADM
is incompatible with OpenStreetMap and we'd like to provide AOIs in a way that they can easily be used together with OpenStreetMap data or even included in it if appropriate.
Yeah. If you're looking for OpenStreetMap-based administrative areas, see https://wambachers-osm.website/index.php/projekte/internationale-administrative-grenzen |
Oops, sorry. I was confusing this issue with another one. (Which was about manually drawing AOIs, so we can compare the results of our algorithm to something.)
Yeah that does indeed require administrative boundaries. We'll use the ones from OSM, probably through the wambacher dataset.
While we probably won't use GADM for this project, your comment is still appreciated. I didn't know about GADM yet and it's always useful to have alternative data sources available. |
Thanks for sharing the wambacher dataset. I wasn't familiar with that one. I'm working on creating a global AOI table for the purposes of categorizing walkability. I was pleased to find the whitepaper of this project because it basically outlines everything I was planning on doing so it saves me a lot of guesswork :) |
Generate AOI polygons for selected countries. Create a subdirectory as a repository (including the generator script), like ../country-extracts.
Use up-to-date PBF extracts e.g. from Geofabrik (else if generating from local planet, use simplified "core" country borders, so e.g. Denmark would be the mainland without Greenland etc.).
This is the initial list of (european) countries:
then (later on):
Finally, create a README.md there which explains how it's all about and how additional countries can be added.
Background: Currently it's possible to run /webapp/create_aois.py in order to create an AOI with the attached DB (e.g. Europe). It would be great to limit the generation for a specific country (e.g. given the country outline polygon e.g. as GeoJSON. Raphael know where to get such polygons).
The text was updated successfully, but these errors were encountered: