We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122ac74 commit 98921d3Copy full SHA for 98921d3
test/data/setup_data.sh
@@ -81,6 +81,6 @@ gdal_translate -of GTiff -co NBITS=16 -ot Float32 -co TILED=YES initial.tiff flo
81
gdal_translate -of GTiff -co NBITS=16 -ot Float32 -co INTERLEAVE=BAND initial.tiff float_n_bit_interleave_16.tiff || true
82
83
# 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 .
+wget https://github.com/GeoTIFF/test-data/archive/8ac198032d8b02160049ca161e8108e3d38176f3.zip -O geotiff-test-data.zip
+unzip -j -o geotiff-test-data.zip "test-data-*/files/*" -d .
86
rm geotiff-test-data.zip
0 commit comments