better transit times
This commit is contained in:
parent
974f005549
commit
205302dbb8
22 changed files with 247 additions and 69 deletions
|
|
@ -16,11 +16,6 @@ tasks:
|
|||
cmds:
|
||||
- uv run python -m pipeline.download.map_assets --output frontend/public/assets
|
||||
|
||||
download:places:
|
||||
desc: Extract place names from OSM PBF
|
||||
cmds:
|
||||
- uv run python -m pipeline.download.places --output ./property-data/places.parquet {{.CLI_ARGS}}
|
||||
|
||||
test:
|
||||
desc: Run all tests (Python and Rust)
|
||||
cmds:
|
||||
|
|
@ -45,10 +40,6 @@ tasks:
|
|||
cmds:
|
||||
- docker compose up --build
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
build:server:
|
||||
desc: Build server for production
|
||||
dir: server-rs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue