From 0017a2f88821f15e8a0ce6f017d7a4500ea06c87 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Mon, 15 Dec 2025 22:32:22 +0100 Subject: [PATCH] Remove legacy raw/dop layout and align setup to archive paths --- .gitignore | 5 ----- scripts/setup_dirs.sh | 9 ++++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ef6aaa0..3d02678 100644 --- a/.gitignore +++ b/.gitignore @@ -48,11 +48,6 @@ raw/dop20/** raw/dop20/jp2/** archive/ -# If you DO want to keep small sample tiles in git for CI/tests, -# comment out raw_dgm1/ and add a whitelist like: -# !raw_dgm1/sample_*.tif -# !raw_dgm1/sample_*.tfw - # --- Logs / temp --- *.log tmp/ diff --git a/scripts/setup_dirs.sh b/scripts/setup_dirs.sh index 84ac937..b9624be 100644 --- a/scripts/setup_dirs.sh +++ b/scripts/setup_dirs.sh @@ -7,13 +7,12 @@ ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)" DIRS=( "$ROOT/raw/dgm1" "$ROOT/raw/dop20/jp2" - "$ROOT/raw/dop/jp2" "$ROOT/raw/citygml/lod1" "$ROOT/raw/citygml/lod2" - "$ROOT/archives/dgm1" - "$ROOT/archives/dop20" - "$ROOT/archives/citygml/lod1" - "$ROOT/archives/citygml/lod2" + "$ROOT/archive/dgm1" + "$ROOT/archive/dop20" + "$ROOT/archive/citygml/lod1" + "$ROOT/archive/citygml/lod2" "$ROOT/work" "$ROOT/export_unity/height_png16" "$ROOT/export_unity/ortho_jpg"