Edit raster source band properties

Set band properties for the given GDAL raster source. Be sure to close the raster in QGIS beforehand.

Parameters

GDAL raster source [file]

GDAL raster source.

Band names [string]

List of band name strings.

Center wavelength values [string]

List of band center wavelength values in nanometers. Use nan value to unset property.

Full width at half maximum (FWHM) values [string]

List of band FWHM values in nanometers. Use nan value to unset property.

Bad band multipliers [string]

List of bad band multiplier values (BBL).

Start times [string]

List of band start time timestamps strings. Format is: 2009-08-20T09:44:50. Use empty string to unset property

End times [string]

List of band end time timestamps strings. Format is: 2009-08-20T09:44:50. Use empty string to unset property

Offsets [string]

List of band data offset values.

Scales [string]

List of band data scale/gain values.

No data values [string]

List of band no data values. Use None to unset property.

Command-line usage

>qgis_process help enmapbox:EditRasterSourceBandProperties:

----------------
Arguments
----------------

source: GDAL raster source
    Argument type:  file
    Acceptable values:
            - Path to a file
names: Band names (optional)
    Argument type:  string
    Acceptable values:
            - String value
wavelengths: Center wavelength values (optional)
    Argument type:  string
    Acceptable values:
            - String value
fwhms: Full width at half maximum (FWHM) values (optional)
    Argument type:  string
    Acceptable values:
            - String value
badBandMultipliers: Bad band multipliers (optional)
    Argument type:  string
    Acceptable values:
            - String value
startTimes: Start times (optional)
    Argument type:  string
    Acceptable values:
            - String value
endTimes: End times (optional)
    Argument type:  string
    Acceptable values:
            - String value
offsets: Offsets (optional)
    Argument type:  string
    Acceptable values:
            - String value
scales: Scales (optional)
    Argument type:  string
    Acceptable values:
            - String value
noDataValues: No data values (optional)
    Argument type:  string
    Acceptable values:
            - String value

----------------
Outputs
----------------