Move pipelines

This commit is contained in:
Andras Schmelczer 2026-01-30 14:23:03 +00:00
parent c0f88602bf
commit 2131da96aa
6 changed files with 166 additions and 252 deletions

View file

@ -12,9 +12,10 @@ tasks:
deps:
- install
cmds:
- uv run python download_land_registry.py
- uv run python download_arcgis_data.py
- uv run python -m pipeline.pois
- uv run -m pipeline.download.arcgis
- uv run -m pipeline.download.pois
- uv run -m pipeline.download.deprivation_data
- uv run -m pipeline.download.price_paid
pipeline:
desc: Run data processing pipeline