https://github.com/datadesk/geojson-scraper
Retrieves individual geojsons for cities in a county
https://github.com/datadesk/geojson-scraper
Last synced: 7 months ago
JSON representation
Retrieves individual geojsons for cities in a county
- Host: GitHub
- URL: https://github.com/datadesk/geojson-scraper
- Owner: datadesk
- Created: 2022-06-21T17:34:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T20:02:50.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T03:21:03.290Z (about 2 years ago)
- Language: Python
- Size: 6.82 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geojson-scraper
Retrieves individual geojsons for cities in a county
Uses the openstreetmap API to get OSM ids for cities,
which are then used to download geojson files from MapIt
OpenStreetMap: https://nominatim.openstreetmap.org/ui/search.html?
ex: https://nominatim.openstreetmap.org/ui/search.html?city=Arcadia&format=geojson
Map It: https://global.mapit.mysociety.org/
ex: https://global.mapit.mysociety.org/code/osm_rel/3529862.html
Requirements: Array of city names and the county you're searching for them in.