Hello OSM experts,
Here’s a summary of the issues I’m facing
-
I’m currently working on a project that involves retrieving the polygonal boundaries of various neighbourhoods from Kitchener, Ontario Canada . Its headache of project in python that uses osmnx to retrieve OSM data ( like relation id) and converts that data into a 3d render of the neighbourhood boundaries individually into viewable and exportable 3d renders.
-
The first step of the workflow is speed up with overpass turbo as I use a script to retrieve information about such areas to plug back into the python script for more accurate extraction ( e.g Relation 18481556 , Tags 4 admin_level = 10 boundary = administrative name = Forest Hill type = boundary)*
-
I was able to produce working render for all neighbourhoods in Kitchener ontario. All except for two neighbourhood boundaries. I was unable to pull any data from OSM/overpass turbo in regards to these boundary as the they appear to unknown/ not created :
-
The two missing neighbourhood boundaries are Country Hills East Kitchener Ontario and St. Mary’s Kitchener Ontario ( the boundaries are clearly visible on Google Maps but not in Overpass turbo).
-
I found the exact missing information of the neighbourhood on a public city database (available in formats such as CSV ,Shapefile, GeoJSON , KML File , Geodatabase , Feature Collection, Excel, GeoPackage, SQLite Geodatabase).
Source: Planning Communities -
I figured it’s possible to use OSM editor to update those areas by tracing or copy-in-place the polygon of interest.
-
However I’m not that familiar with OSM or how to Digitize and submit the exact missing info from the public data into OSM ( pretty sure there is some ruling for importing or editing OSM ).
-
I wanted to know how to get data for the missing neighbourhoods into OSM if an import option is available . That way it can be detected with Overpass turbo and thus usable in my script.
I understand there is ruling and regulations with using public data to make changes to OSM.
I’m pretty sure The City of Kitchener releases its open data under the Open Government Licence - The Corporation of the City of Kitchener
Any insights, advice, or suggestions would be greatly appreciated!
Thanks in advance for your help!