Update stale /data/latest references in docs and docstrings

This commit is contained in:
zyphlar
2026-04-23 10:19:29 -07:00
parent 4e21704619
commit 67f038e7f0
3 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -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