EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 18 forks source link

Special browse renderings do not consider nodata #548

Closed lubojr closed 1 year ago

lubojr commented 1 year ago

Currently special renderings might not always respect Nodata value set on original GDAL dataset while doing the computation. Check each special function if respects nodata and does not involve them in computations. Reference link to gdal.calc.py implementation https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/gdal_calc.py Example: pansharpen or DEM visualizations. Currently interpolate + pansharpen do not work together wrt nodata setting.