Skip to content

Commit 98921d3

Browse files
committed
updated setup_data.sh to reference specific commit for GeoTIFF/test-data repo
1 parent 122ac74 commit 98921d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/data/setup_data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ gdal_translate -of GTiff -co NBITS=16 -ot Float32 -co TILED=YES initial.tiff flo
8181
gdal_translate -of GTiff -co NBITS=16 -ot Float32 -co INTERLEAVE=BAND initial.tiff float_n_bit_interleave_16.tiff || true
8282

8383
# GDAL_METADATA support
84-
wget https://github.com/GeoTIFF/test-data/archive/refs/heads/main.zip -O geotiff-test-data.zip
85-
unzip -j -o geotiff-test-data.zip "test-data-main/files/*" -d .
84+
wget https://github.com/GeoTIFF/test-data/archive/8ac198032d8b02160049ca161e8108e3d38176f3.zip -O geotiff-test-data.zip
85+
unzip -j -o geotiff-test-data.zip "test-data-*/files/*" -d .
8686
rm geotiff-test-data.zip

0 commit comments

Comments
 (0)