This commit is contained in:
Andras Schmelczer 2026-02-10 22:21:15 +00:00
parent 1f68ca0512
commit 3599803589
43 changed files with 3578 additions and 262 deletions

View file

@ -16,6 +16,11 @@ 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
cmds:
- uv run python -m pipeline.download.greenspace_water --output data/greenspace_water.parquet {{.CLI_ARGS}}
test:
desc: Run all tests (Python and Rust)
cmds:
@ -27,6 +32,7 @@ tasks:
- uv run -m pipeline.utils.test_fuzzy_join
- uv run pytest pipeline/utils/test_haversine.py
- uv run pytest pipeline/utils/test_poi_counts.py
- uv run pytest pipeline/transform/postcode_boundaries/test_postcode_boundaries.py
test:server:
desc: Run Rust backend tests