chore: sync repository with current workspace state

This commit is contained in:
2026-05-07 11:16:40 +08:00
parent 39cf92044f
commit 69d15bffcb
71 changed files with 3382 additions and 6776 deletions
+1 -1
View File
@@ -114,7 +114,6 @@ def _build_dem_from_existing_source(
print(f"Using prepared DEM source: {source_dem}")
print(f"Clipping prepared DEM window: west={west}, south={south}, east={east}, north={north}")
_run_checked(
[
"gdal_translate",
@@ -130,6 +129,7 @@ def _build_dem_from_existing_source(
],
cwd=str(work_dir),
)
_run_checked(
[
"makedem.py",