View source: R/sagang_clouddetection.R
sagang_clouddetection | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Cloud detection (sagang:clouddetection). —————- Arguments —————- BLUE: Blue Argument type: raster Acceptable values: - Path to a raster layer GREEN: Green Argument type: raster Acceptable values: - Path to a raster layer RED: Red Argument type: raster Acceptable values: - Path to a raster layer NIR: Near Infrared Argument type: raster Acceptable values: - Path to a raster layer CLOUDS: Clouds Argument type: rasterDestination Acceptable values: - Path for new raster layer SWIR1: Shortwave Infrared 1 Argument type: raster Acceptable values: - Path to a raster layer SWIR2: Shortwave Infrared 2 Argument type: raster Acceptable values: - Path to a raster layer THERMAL: Temperature (Kelvin) (optional) Argument type: raster Acceptable values: - Path to a raster layer CIRRUS: Cirrus (optional) Argument type: raster Acceptable values: - Path to a raster layer
sagang_clouddetection(
BLUE = qgisprocess:::qgis_default_value(),
GREEN = qgisprocess:::qgis_default_value(),
RED = qgisprocess:::qgis_default_value(),
NIR = qgisprocess:::qgis_default_value(),
CLOUDS = qgisprocess:::qgis_default_value(),
SWIR1 = qgisprocess:::qgis_default_value(),
SWIR2 = qgisprocess:::qgis_default_value(),
THERMAL = qgisprocess:::qgis_default_value(),
CIRRUS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
BLUE |
|
GREEN |
|
RED |
|
NIR |
|
CLOUDS |
|
SWIR1 |
|
SWIR2 |
|
THERMAL |
|
CIRRUS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CLOUDS - outputRaster - Clouds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.