- scripts/export_osm_pois.py: reproducible OSM .pbf -> GeoJSON+CSV exporter (amenity/brand filter; pyosmium via uv, no system deps). - docs/OSM_POI_EXPORT.md: runbook (extract -> export -> FleetNow layer) with reference counts (1,794 fuel stations; Shell=232). - shell_stations.geojson/.csv: the Shell export of record (232 pts, kenya-260605). - docs/reports/260608_fleet_registry_data_quality.*: rewritten as a graded (Red/Amber/Yellow) action plan with owners. - .gitignore: ignore *.osm.pbf (331MB, reproducible). CLAUDE.md: index the new docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
225 B
Text
25 lines
225 B
Text
# Secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
|
|
# uv
|
|
.uv/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# OSM extracts (large, reproducible from download — see docs/OSM_POI_EXPORT.md)
|
|
*.osm.pbf
|
|
Thumbs.db
|
|
|
|
# Backups
|
|
bak_*
|
|
|
|
# Logs
|
|
*.log
|