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 -4
View File
@@ -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.