change header labels in GDAL Metadata - Band Properties widget

Issue #1096 resolved
Andreas Rabe created an issue

As discussed with the team: use the well known ENVI metadata keys as labels:
Band Names, FWHM, Wavelength, Wavelength Units, BBL

Feel free to replace underscrores with space, change cases, and use singular instead of plural.

Comments (8)

  1. Andreas Rabe reporter

    Also, when clicking Apply, you get an error:

    Traceback (most recent call last):
      File "D:\source\QGISPlugIns\enmap-box\enmapbox\qgispluginsupport\qps\layerconfigwidgets\gdalmetadata.py", line 420, in index
        md = self._MDItems[row]
    IndexError: list index out of range
    

  2. Andreas Rabe reporter

    Also, if you want to save space on the screen, you may delete the Band column:

    Because it is redundant to the header labels:

  3. Log in to comment