R/sagang_tasseledcaptransformation.R
sagang_tasseledcaptransformation.Rd
QGIS Algorithm provided by SAGA Next Gen Tasseled cap transformation (sagang:tasseledcaptransformation). —————- Arguments —————- BLUE: Blue (TM 1) Argument type: raster Acceptable values: - Path to a raster layer GREEN: Green (TM 2) Argument type: raster Acceptable values: - Path to a raster layer RED: Red (TM 3) Argument type: raster Acceptable values: - Path to a raster layer NIR: Near Infrared (TM 4) Argument type: raster Acceptable values: - Path to a raster layer MIR1: Mid Infrared (TM 5) Argument type: raster Acceptable values: - Path to a raster layer MIR2: Mid Infrared (TM 7) Argument type: raster Acceptable values: - Path to a raster layer BRIGHTNESS: Brightness Argument type: rasterDestination Acceptable values: - Path for new raster layer GREENNESS: Greenness Argument type: rasterDestination Acceptable values: - Path for new raster layer WETNESS: Wetness Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_tasseledcaptransformation(
BLUE = qgisprocess:::qgis_default_value(),
GREEN = qgisprocess:::qgis_default_value(),
RED = qgisprocess:::qgis_default_value(),
NIR = qgisprocess:::qgis_default_value(),
MIR1 = qgisprocess:::qgis_default_value(),
MIR2 = qgisprocess:::qgis_default_value(),
BRIGHTNESS = qgisprocess:::qgis_default_value(),
GREENNESS = qgisprocess:::qgis_default_value(),
WETNESS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
raster
- Blue (TM 1). Path to a raster layer.
raster
- Green (TM 2). Path to a raster layer.
raster
- Red (TM 3). Path to a raster layer.
raster
- Near Infrared (TM 4). Path to a raster layer.
raster
- Mid Infrared (TM 5). Path to a raster layer.
raster
- Mid Infrared (TM 7). Path to a raster layer.
rasterDestination
- Brightness. Path for new raster layer.
rasterDestination
- Greenness. Path for new raster layer.
rasterDestination
- Wetness. Path for new raster layer.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.