Add and update scripts, finished Sumter

This commit is contained in:
2025-07-28 18:49:39 -07:00
parent 0cea39bc1d
commit ec0e4a6efb
12 changed files with 175287 additions and 11 deletions

View File

@@ -4,8 +4,8 @@ See [https://wiki.openstreetmap.org/wiki/The_Villages_Road_and_Address_Import](h
## Data
Lake County: https://c.lakecountyfl.gov/ftp/GIS/GisDownloads/Shapefiles/
Sumter GIS is via emailing their GIS team and accessing their Dropbox.
- Lake County Streets and Address Points: https://c.lakecountyfl.gov/ftp/GIS/GisDownloads/Shapefiles/
- Sumter GIS Road Centerlines, Addresses, and Multi Modal Trails is via emailing their GIS team and accessing their Dropbox (https://www.dropbox.com/scl/fo/67nh5y8e42tr2kzdmmcg4/AAsF7Ay0MRUN-e_Ajlh5yWQ?rlkey=h6u606av0d2zkszk9lm3qijlt&e=1&st=7j7i94f8&dl=0)
## Instructions
@@ -16,6 +16,7 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox.
### For Sumter County:
* Always use the Filter with Form function to Select all entries with `"LIFECYCLE"='Current'`
* For roads:
* `NAME` becomes the virtual `name` via the `title(formatstreet("NAME"))`
* `SpeedLimit` becomes the virtual `maxspeed` via `concat("SpeedLimit",' mph')`
@@ -30,6 +31,8 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox.
* `POST_CODE` becomes `addr:postcode` (or `addr:postc` temporarily) as an integer
* Manually add `addr:state` = `'FL'`
* For multi-modal trails (golf cart paths):
* Download all highway=path and highway=cycleway with golf_cart=yes for comparison
* Omit `Part_of_Ro`=`Yes` as separate paths; apply golf cart tagging to the streets directly.
* `bicycle=yes`
* `foot=yes`
* `golf=cartpath`
@@ -38,7 +41,6 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox.
* `motor_vehicle=no`
* `segregated=no`
* `surface=asphalt`
* Use the Filter with Form function to Select all entries with `"LIFECYCLE"='Current'`
### For Lake County:
@@ -63,7 +65,7 @@ Sumter GIS is via emailing their GIS team and accessing their Dropbox.
* Export to Geojson, only exporting **selected** entries, **selecting only the OSM-formatted fields we want**.
* Here you can rename temporary columns like `addr:house` to `addr:housenumber`.
* Ensure the export file is in the `EPSG:4326 - WGS84` CRS.
* Open in JSOM. It's suggested to begin with roads first, addresses second, so the addresses can be placed in context.
* Open in JOSM. It's suggested to begin with roads first, addresses second, so the addresses can be placed in context.
* In the Roads dataset, select and remove all relations from the geojson/shapefile layer: the data often has one relation per road and this is improper for OSM import.
* Select a small region to work on: one neighborhood or smaller. For this import, we are assuming that only newly-constructed small residential areas will be imported, not main roads or commercial areas or areas with significant existing map data.
* Download the area you're working on from OSM, into a new Data Layer (not your geojson layer.)