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
|
## Volume Mounts
|
||||||
|
|
||||||
The Docker container mounts a single data directory:
|
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:
|
Inside `/data`, the structure is:
|
||||||
- `/data/latest/` - Symlink to the most recent data directory
|
- `/data/lake/` - Lake County data
|
||||||
- `/data/YYMMDD/lake/` - Lake County data for that date
|
- `/data/sumter/` - Sumter County data
|
||||||
- `/data/YYMMDD/sumter/` - Sumter County data for that date
|
|
||||||
|
|
||||||
All changes are persisted on the host in the local `./data` folder.
|
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:
|
Usage:
|
||||||
python compare-addresses.py \
|
python compare-addresses.py \
|
||||||
--local-file /data/latest/sumter/county-addresses.geojson \
|
--local-file /data/sumter/county-addresses.geojson \
|
||||||
--osm-file /data/latest/sumter/osm-addresses.geojson \
|
--osm-file /data/sumter/osm-addresses.geojson \
|
||||||
--output-dir /data/latest/sumter
|
--output-dir /data/sumter
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ Applies LIFECYCLE filtering, CRS conversion, field mapping via qgis-functions,
|
|||||||
and street name exceptions from /data/exceptions.yml.
|
and street name exceptions from /data/exceptions.yml.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
python convert-addresses.py /data/latest/sumter/addresses.shp.zip /data/latest/sumter/county-addresses.geojson
|
python convert-addresses.py /data/sumter/addresses.shp.zip /data/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/lake/addresses.shp.zip /data/lake/county-addresses.geojson
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
Reference in New Issue
Block a user