ok but dupe highways

This commit is contained in:
2025-11-22 10:31:08 -08:00
parent e9e284ee66
commit 6a476bdb2e
4 changed files with 9569 additions and 482391 deletions
+3 -3
View File
@@ -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.