Test Data for GeoTIFFs
- Sea Ice Concentrations from National Snow and Ice Data Center via GeoTIFF/georaster-layer-for-leaflet#47 (comment)
- Sample GeoTIFF from OSGEO, GeogToWGS84GeoKey5.tif, via https://download.osgeo.org/geotiff/samples/GeogToWGS84GeoKey/
- Exports from the Global Agricultural & Disaster Assessment System (GADAS) by the USDA - Foreign Agricultural Service (translated from PNG to TIF using gdal_translate)
- Cloud-Optimized GeoTIFF from Australian Antarctic Program via GeoTIFF/georaster-layer-for-leaflet#105. Original URL for the data was: https://public.services.aad.gov.au/datasets/science/voyage_202122020/multibeam/GA-4886/L3/4886_VanderfordGlacier/32Bit_Geotifs/GA4886_VanderfordGlacier_2022_EGM2008_64m-epsg3031.cog
- Global Landcover/Cropland from OpenLandMap via https://gitlab.com/openlandmap/global-layers/-/blob/f1871cf086a713994c9f6386569a0f761246b4f7/tutorial/OpenLandMap_COG_tutorial.md
- GeoTIFF with ModelTransformation and no ModelPixelScale originally via geotiffjs/geotiff.js#40
- SAR Image of Mount Yasur from Umbra Space Open Data Program. Discussed here stac-utils/stac-layer#61. Downloaded via stac-browser and clipped using
gdal_translate 2023-02-12-21-33-56_UMBRA-04_GEC.tiff -srcwin 4000 3000 2000 2000 umbra_mount_yasur.tiff
. Provided under CC-by-4.0. This image uses UTM with a GeoTransform. - Global Map of Total Area of Harvested Wheat by MapSPAM
- Global Fishing Watch derived dataset that covers The Azores. See https://globalfishingwatch.org/datasets-and-code/
- Digital Earth Australia wetness dataset, in EPSG:3577. Original source. Downsampled to 60m res and reduced overviews to 4 with
gdal_translate
. File here. - Antarctica Sea Ice in Antarctic Polar Stereographic (EPSG:3031) with Float32 Encoding and implicit no data values (using NaN floating points values). Originally discussed and shared here: GeoTIFF/georaster-layer-for-leaflet#105 (comment). (I think the original data source is https://www.seaice.uni-bremen.de)
- Digital Elevation Model of Nordrhein-Westfalen (North Rhine-Westphalia) from TIM-Online via GetCoverage request. Introduced to this dataset here.
- GPM IMERG 1-Day Precipitation Accumulation from NASA.
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