OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.8k stars 2.51k forks source link

Add read-only raster driver, SNAP_TIFF, for Sentinel Application Processing GeoTIFF files #10867

Open rouault opened 4 days ago

rouault commented 4 days ago

Such files are formulated in a way that makes it difficult to read them with the generic GTiff driver:

All that combined calls for a specialized driver, instead of cluttering even more the generic GTiff driver. To help for that, I've developed a simple TIFF reader in https://github.com/libertiff/libertiff and included it here.

coveralls commented 4 days ago

Coverage Status

coverage: 69.427% (+0.007%) from 69.42% when pulling 822385e73c2739a9d7f6c370b0e90ff2f16883b9 on rouault:snaptiff into 6aa2e2e2ab89a35d71d4cb87d1fd3f4a8be5fadd on OSGeo:master.