ok but dupe highways
This commit is contained in:
11
README.md
11
README.md
@@ -5,6 +5,17 @@ See [https://wiki.openstreetmap.org/wiki/The_Villages_Road_and_Address_Import](h
|
||||
See compare-addresses.py for an automated way of running the complete address diff toolchain in one step.
|
||||
- TODO: fails to split out units
|
||||
|
||||
## New Instructions
|
||||
|
||||
### Roads
|
||||
|
||||
* Get new data from the county and convert it:
|
||||
* ``python shp-to-geojson.py "original data/Sumter/RoadCenterlines_041125.shp.zip" "original data/Sumter/RoadCenterlines_041125.geojson"``
|
||||
* Get new data from OSM:
|
||||
* `python download-overpass.py --type highways "Sumter County" "Florida" "original data/Sumter/sumter-roads-$(date +%y%m%d).geojson"`
|
||||
* Diff the roads:
|
||||
* `python threaded.py --exclude-unnamed --output 'processed data\Sumter\diff-sumter-roads-$(date +%y%m%d).geojson' 'original data\Sumter\sumter-roads-251122.geojson' 'original data\Sumter\RoadCenterlines_041125.geojson'`
|
||||
|
||||
## Data
|
||||
|
||||
- Lake County Streets and Address Points: https://c.lakecountyfl.gov/ftp/GIS/GisDownloads/Shapefiles/
|
||||
|
||||
Reference in New Issue
Block a user