Transform raster layer

Uses a fitted transformer to transform a raster layer.

Usage:

  1. Start the algorithm from the Processing Toolbox panel.

  2. Select a raster layer to process and a transformer. Then click run.

    ../../../../_images/transform.png

Parameters

Raster layer with features [raster]

The raster layer to be transformed. Transformer features and raster bands are matched by name.

Transformer [file]

A fitted transformer.

Match features and bands by name [boolean]

Whether to match raster bands and regressor features by name.

Default: False

Outputs

Output raster layer [rasterDestination]

Raster file destination.

Command-line usage

>qgis_process help enmapbox:TransformRasterLayer:

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

raster: Raster layer with features
    Argument type:  raster
    Acceptable values:
            - Path to a raster layer
transformer: Transformer
    Argument type:  file
    Acceptable values:
            - Path to a file
matchByName: Match features and bands by name (optional)
    Default value:  false
    Argument type:  boolean
    Acceptable values:
            - 1 for true/yes
            - 0 for false/no
            - 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
outputRaster: Output raster layer
    Argument type:  rasterDestination
    Acceptable values:
            - Path for new raster layer

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

outputRaster: <outputRaster>
    Output raster layer