Skip to content

Commit

Permalink
Update setup_data.sh
Browse files Browse the repository at this point in the history
Disabling download of sample bigtiff files, which weren't used anyways
  • Loading branch information
constantinius authored Oct 14, 2024
1 parent a2013a3 commit 6124858
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/data/setup_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6124858

Please sign in to comment.