Skip to content

Commit 6124858

Browse files
Update setup_data.sh
Disabling download of sample bigtiff files, which weren't used anyways
1 parent a2013a3 commit 6124858

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/data/setup_data.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ gdaladdo overviews.tiff 2 4 8 16
3939
cp stripped.tiff overviews_external.tiff
4040
gdaladdo -ro overviews_external.tiff 2 4 8 16
4141

42-
# bigtiff
43-
wget http://www.awaresystems.be/imaging/tiff/bigtiff/BigTIFFSamples.zip
44-
unzip -o BigTIFFSamples.zip -d .
45-
rm BigTIFFSamples.zip
42+
# bigtiff - seems now defunct, but don't seem to be used anyways
43+
# wget http://www.awaresystems.be/imaging/tiff/bigtiff/BigTIFFSamples.zip
44+
# unzip -o BigTIFFSamples.zip -d .
45+
# rm BigTIFFSamples.zip
4646

4747
# color images
4848
rgb2pct.py rgb.tiff rgb_paletted.tiff

0 commit comments

Comments
 (0)