View source: R/sagang_tasseledcaptransformation.R
sagang_tasseledcaptransformation | R Documentation |
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()
)
BLUE |
|
GREEN |
|
RED |
|
NIR |
|
MIR1 |
|
MIR2 |
|
BRIGHTNESS |
|
GREENNESS |
|
WETNESS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
BRIGHTNESS - outputRaster - Brightness
GREENNESS - outputRaster - Greenness
WETNESS - outputRaster - Wetness
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.