From 6124858d0521b1783908a1d71c20080f43616a99 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Mon, 14 Oct 2024 09:45:27 +0200 Subject: [PATCH] Update setup_data.sh Disabling download of sample bigtiff files, which weren't used anyways --- test/data/setup_data.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/data/setup_data.sh b/test/data/setup_data.sh index e512a54c..29fdc2d4 100755 --- a/test/data/setup_data.sh +++ b/test/data/setup_data.sh @@ -39,10 +39,10 @@ gdaladdo overviews.tiff 2 4 8 16 cp stripped.tiff overviews_external.tiff gdaladdo -ro overviews_external.tiff 2 4 8 16 -# bigtiff -wget http://www.awaresystems.be/imaging/tiff/bigtiff/BigTIFFSamples.zip -unzip -o BigTIFFSamples.zip -d . -rm BigTIFFSamples.zip +# bigtiff - seems now defunct, but don't seem to be used anyways +# wget http://www.awaresystems.be/imaging/tiff/bigtiff/BigTIFFSamples.zip +# unzip -o BigTIFFSamples.zip -d . +# rm BigTIFFSamples.zip # color images rgb2pct.py rgb.tiff rgb_paletted.tiff