.
This commit is contained in:
parent
a9bad79339
commit
701c17a703
14 changed files with 3243 additions and 2974 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue