ok but dupe highways
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
Download OSM data from Overpass API for a given county and save as GeoJSON.
|
||||
|
||||
Usage:
|
||||
python download-overpass.py "Sumter County Florida" highways.geojson
|
||||
python download-overpass.py "Lake County Florida" output/lake-addresses.geojson --type addresses
|
||||
python download-overpass.py "Sumter County Florida" paths.geojson --type multimodal
|
||||
python download-overpass.py --type highways "Sumter County" "Florida" output/roads.geojson
|
||||
python download-overpass.py --type addresses "Lake County" "Florida" output/addresses.geojson
|
||||
python download-overpass.py --type multimodal "Sumter County" "Florida" output/paths.geojson
|
||||
|
||||
TODO:
|
||||
- Don't just download roads. Probably ignore relations also.
|
||||
|
||||
Reference in New Issue
Block a user