All good
This commit is contained in:
parent
6ea544a0f6
commit
6cc7288126
45 changed files with 929 additions and 1043 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue