View source: R/sagang_automatedcloudcoverassessment.R
sagang_automatedcloudcoverassessment | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Automated cloud cover assessment (sagang:automatedcloudcoverassessment). —————- Arguments —————- BAND2: Green Argument type: raster Acceptable values: - Path to a raster layer BAND3: Red Argument type: raster Acceptable values: - Path to a raster layer BAND4: NIR Argument type: raster Acceptable values: - Path to a raster layer BAND5: SWIR Argument type: raster Acceptable values: - Path to a raster layer BAND6: Thermal Argument type: raster Acceptable values: - Path to a raster layer CLOUD: Cloud Cover Argument type: rasterDestination Acceptable values: - Path for new raster layer FILTER: Apply post-processing filter to remove small holes Default value: true 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 B56C: B56 Composite (step 6) Default value: 225 Argument type: number Acceptable values: - A numeric value - 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 B45R: B45 Ratio: Desert detection (step 10) Default value: 1 Argument type: number Acceptable values: - A numeric value - 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 CSIG: Always use cloud signature (step 14) Default value: true 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 PASS2: Bypass second-pass processing, and merge warm (not ambiguous) and cold clouds Default value: true 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 SHADOW: Include a category for cloud shadows Default value: true 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
sagang_automatedcloudcoverassessment(
BAND2 = qgisprocess:::qgis_default_value(),
BAND3 = qgisprocess:::qgis_default_value(),
BAND4 = qgisprocess:::qgis_default_value(),
BAND5 = qgisprocess:::qgis_default_value(),
BAND6 = qgisprocess:::qgis_default_value(),
CLOUD = qgisprocess:::qgis_default_value(),
FILTER = qgisprocess:::qgis_default_value(),
B56C = qgisprocess:::qgis_default_value(),
B45R = qgisprocess:::qgis_default_value(),
CSIG = qgisprocess:::qgis_default_value(),
PASS2 = qgisprocess:::qgis_default_value(),
SHADOW = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
BAND2 |
|
BAND3 |
|
BAND4 |
|
BAND5 |
|
BAND6 |
|
CLOUD |
|
FILTER |
|
B56C |
|
B45R |
|
CSIG |
|
PASS2 |
|
SHADOW |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CLOUD - outputRaster - Cloud Cover
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.