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
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
wavelengths: Center wavelength values (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
fwhms: Full width at half maximum (FWHM) values (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
badBandMultipliers: Bad band multipliers (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
startTimes: Start times (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
endTimes: End times (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
offsets: Offsets (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
scales: Scales (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
noDataValues: No data values (optional)
    Argument type:  string
    Acceptable values:
            - String value
            - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field
            - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression

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