show more band properties in GDAL Metadata widget

Issue #765 resolved
Andreas Janz created an issue

The band properties may also include the following band-wise information:

gdal.Band.GetOffset()
gdal.Band.GetScale()
gdal.Band.GetNoDataValue()

Maybe also those, if the stats are already available (?)

gdal.Band.GetMinimum()
gdal.Band.GetMaximum()

Comments (5)

  1. Benjamin Jakimow

    Nodata values and min/max are already sghown in “Information” (if calculated once)
    GetMinimum / GetMaximum would require to load the dataset twice / each call, right?

  2. Log in to comment