Update stale /data/latest references in docs and docstrings
This commit is contained in:
@@ -95,12 +95,11 @@ docker push your-registry.example.com/you/osm-import-tools
|
||||
## Volume Mounts
|
||||
|
||||
The Docker container mounts a single data directory:
|
||||
- `./data` → `/data` - All data files, organized by date
|
||||
- `./data` → `/data` - All data files, organized by county
|
||||
|
||||
Inside `/data`, the structure is:
|
||||
- `/data/latest/` - Symlink to the most recent data directory
|
||||
- `/data/YYMMDD/lake/` - Lake County data for that date
|
||||
- `/data/YYMMDD/sumter/` - Sumter County data for that date
|
||||
- `/data/lake/` - Lake County data
|
||||
- `/data/sumter/` - Sumter County data
|
||||
|
||||
All changes are persisted on the host in the local `./data` folder.
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ Use convert-addresses.py to prepare the county file and download-overpass.py for
|
||||
|
||||
Usage:
|
||||
python compare-addresses.py \
|
||||
--local-file /data/latest/sumter/county-addresses.geojson \
|
||||
--osm-file /data/latest/sumter/osm-addresses.geojson \
|
||||
--output-dir /data/latest/sumter
|
||||
--local-file /data/sumter/county-addresses.geojson \
|
||||
--osm-file /data/sumter/osm-addresses.geojson \
|
||||
--output-dir /data/sumter
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
@@ -6,8 +6,8 @@ Applies LIFECYCLE filtering, CRS conversion, field mapping via qgis-functions,
|
||||
and street name exceptions from /data/exceptions.yml.
|
||||
|
||||
Usage:
|
||||
python convert-addresses.py /data/latest/sumter/addresses.shp.zip /data/latest/sumter/county-addresses.geojson
|
||||
python convert-addresses.py /data/latest/lake/addresses.shp.zip /data/latest/lake/county-addresses.geojson
|
||||
python convert-addresses.py /data/sumter/addresses.shp.zip /data/sumter/county-addresses.geojson
|
||||
python convert-addresses.py /data/lake/addresses.shp.zip /data/lake/county-addresses.geojson
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user