Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 3.69 KB

README.md

File metadata and controls

25 lines (23 loc) · 3.69 KB

test-data

Test Data for GeoTIFFs

downloading

The following shell script will download and unpack the test data in your current directory

wget https://github.com/GeoTIFF/test-data/archive/refs/heads/main.zip -O geotiff-test-data.zip
unzip -j -o geotiff-test-data.zip "test-data-*/files/*" -d .
unzip spam2005v3r2_harvested-area_wheat_total.tiff.zip
rm geotiff-test-data.zip spam2005v3r2_harvested-area_wheat_total.tiff.zip