appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

Add no data values to collection format #2

Closed appelmar closed 6 years ago

appelmar commented 6 years ago

Some imagery formats do not report their NoData values in the corresponding GDAL field. Similar to #1, it makes sense to add an optional manual no data value per band in the image collection format description.

appelmar commented 6 years ago

Implemented in https://github.com/appelmar/gdalcubes/commit/8c830818da549bb900db625ea8200175c3ac7f9a and https://github.com/appelmar/gdalcubes/commit/ffb70c7040c2e663d9e3d22e34b5cb4d89cfce45.