Can't even keep track anymore
This commit is contained in:
parent
dccc1e439d
commit
3a3f899ea2
50 changed files with 1144 additions and 560 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue