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
+3 -3
View File
@@ -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