Can't even keep track anymore

This commit is contained in:
Andras Schmelczer 2026-02-13 09:16:28 +00:00
parent dccc1e439d
commit 3a3f899ea2
50 changed files with 1144 additions and 560 deletions

View file

@ -16,10 +16,10 @@ tasks:
cmds:
- uv run python -m pipeline.download.map_assets --output frontend/public/assets
download:greenspace:
desc: Extract park/water polygons from OSM PBF for postcode boundary trimming
download:places:
desc: Extract place names from OSM PBF
cmds:
- uv run python -m pipeline.download.greenspace_water --output data/greenspace_water.parquet {{.CLI_ARGS}}
- uv run python -m pipeline.download.places --output ./property_data/places.parquet {{.CLI_ARGS}}
test:
desc: Run all tests (Python and Rust)