From 093f55f5252e767bbef54986dde51bb1df52b628 Mon Sep 17 00:00:00 2001 From: Trygve Date: Tue, 7 May 2024 22:49:49 +0200 Subject: [PATCH] Added one example file and renamed the rest --- build&run.sh | 2 +- example_files/crop.tif.aux.xml | 11 ----------- example_files/odderøya.tif | 3 +++ example_files/{Follo 2014-dtm.tif => ås.tif} | 0 example_files/{crop.tif => ås_crop.tif} | 0 5 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 example_files/crop.tif.aux.xml create mode 100644 example_files/odderøya.tif rename example_files/{Follo 2014-dtm.tif => ås.tif} (100%) rename example_files/{crop.tif => ås_crop.tif} (100%) diff --git a/build&run.sh b/build&run.sh index 4b6dd80..5db5b46 100755 --- a/build&run.sh +++ b/build&run.sh @@ -3,4 +3,4 @@ rm -rf build mkdir build cmake -DCMAKE_BUILD_TYPE=Debug -B build cmake --build build --parallel -build/contour-creator --interval=1 --blur example_files/crop.tif +build/contour-creator --interval=1 --blur --stats example_files/ås_crop.tif \ No newline at end of file diff --git a/example_files/crop.tif.aux.xml b/example_files/crop.tif.aux.xml deleted file mode 100644 index 824dcfc..0000000 --- a/example_files/crop.tif.aux.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - 50.05460357666 - 43.851418194979 - 37.187175750732 - 3.3140235738276 - 100 - - - diff --git a/example_files/odderøya.tif b/example_files/odderøya.tif new file mode 100644 index 0000000..55b510a --- /dev/null +++ b/example_files/odderøya.tif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f96c6f7191c6577bcdb872b5c6f7c0cd73d5431a304f556bf6c66ec7d7650d +size 149951469 diff --git a/example_files/Follo 2014-dtm.tif b/example_files/ås.tif similarity index 100% rename from example_files/Follo 2014-dtm.tif rename to example_files/ås.tif diff --git a/example_files/crop.tif b/example_files/ås_crop.tif similarity index 100% rename from example_files/crop.tif rename to example_files/ås_crop.tif