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()
)

Arguments

BLUE

raster - Blue (TM 1). Path to a raster layer.

GREEN

raster - Green (TM 2). Path to a raster layer.

RED

raster - Red (TM 3). Path to a raster layer.

NIR

raster - Near Infrared (TM 4). Path to a raster layer.

MIR1

raster - Mid Infrared (TM 5). Path to a raster layer.

MIR2

raster - Mid Infrared (TM 7). Path to a raster layer.

BRIGHTNESS

rasterDestination - Brightness. Path for new raster layer.

GREENNESS

rasterDestination - Greenness. Path for new raster layer.

WETNESS

rasterDestination - Wetness. Path for new raster layer.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • BRIGHTNESS - outputRaster - Brightness

  • GREENNESS - outputRaster - Greenness

  • WETNESS - outputRaster - Wetness