All good
Some checks failed
CI / Check (push) Has been cancelled
Build and publish Docker image / build-and-push (push) Has been cancelled

This commit is contained in:
Andras Schmelczer 2026-05-18 21:20:10 +01:00
parent 6ea544a0f6
commit 6cc7288126
45 changed files with 929 additions and 1043 deletions

View file

@ -31,6 +31,8 @@ from pyproj import Transformer
from rasterio.transform import rowcol
from scipy.ndimage import maximum_filter
from pipeline.local_temp import local_tmp_dir
# Noise sources:
# (label, column_name, WCS base URL, coverage ID, WCS version, allow_missing_tiles)
# Road/rail work with WCS 1.0.0; airport requires WCS 2.0.1 and returns 500
@ -437,7 +439,7 @@ def main() -> None:
result = postcodes.select("postcode")
with tempfile.TemporaryDirectory() as tmp:
with tempfile.TemporaryDirectory(dir=local_tmp_dir()) as tmp:
for (
label,
col_name,