This commit is contained in:
Andras Schmelczer 2026-05-08 09:27:54 +01:00
parent a9bad79339
commit 701c17a703
14 changed files with 3243 additions and 2974 deletions

View file

@ -189,8 +189,8 @@ $(GREENSPACE): $(PBF)
$(OS_GREENSPACE):
uv run python -m pipeline.download.os_greenspace --output $@
$(PLACES): $(PBF) $(ENGLAND_BOUNDARY)
uv run python -m pipeline.download.places --output $@ --pbf $(PBF) --boundary $(ENGLAND_BOUNDARY)
$(PLACES): $(PBF) $(ENGLAND_BOUNDARY) $(NAPTAN)
uv run python -m pipeline.download.places --output $@ --pbf $(PBF) --boundary $(ENGLAND_BOUNDARY) --naptan $(NAPTAN)
$(LSOA_POP):
uv run python -m pipeline.download.lsoa_population --output $@