View source: R/sagang_vegetationindexdistancebased.R
sagang_vegetationindexdistancebased | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Vegetation index (distance based) (sagang:vegetationindexdistancebased). —————- Arguments —————- RED: Red Reflectance Argument type: raster Acceptable values: - Path to a raster layer NIR: Near Infrared Reflectance Argument type: raster Acceptable values: - Path to a raster layer PVI0: Perpendicular Vegetation Index (Richardson and Wiegand, 1977) Argument type: rasterDestination Acceptable values: - Path for new raster layer PVI1: Perpendicular Vegetation Index (Perry and Lautenschlager, 1984) Argument type: rasterDestination Acceptable values: - Path for new raster layer PVI2: Perpendicular Vegetation Index (Walther and Shabaani) Argument type: rasterDestination Acceptable values: - Path for new raster layer PVI3: Perpendicular Vegetation Index (Qi, et al., 1994) Argument type: rasterDestination Acceptable values: - Path for new raster layer TSAVI: Transformed Soil Adjusted Vegetation Index (Baret et al. 1989) Argument type: rasterDestination Acceptable values: - Path for new raster layer ATSAVI: Transformed Soil Adjusted Vegetation Index (Baret and Guyot, 1991) Argument type: rasterDestination Acceptable values: - Path for new raster layer INTERCEPT: Intercept of Soil Line Default value: 0 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 SLOPE: Slope of Soil Line Default value: 0.5 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
sagang_vegetationindexdistancebased(
RED = qgisprocess:::qgis_default_value(),
NIR = qgisprocess:::qgis_default_value(),
PVI0 = qgisprocess:::qgis_default_value(),
PVI1 = qgisprocess:::qgis_default_value(),
PVI2 = qgisprocess:::qgis_default_value(),
PVI3 = qgisprocess:::qgis_default_value(),
TSAVI = qgisprocess:::qgis_default_value(),
ATSAVI = qgisprocess:::qgis_default_value(),
INTERCEPT = qgisprocess:::qgis_default_value(),
SLOPE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
RED |
|
NIR |
|
PVI0 |
|
PVI1 |
|
PVI2 |
|
PVI3 |
|
TSAVI |
|
ATSAVI |
|
INTERCEPT |
|
SLOPE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
ATSAVI - outputRaster - Transformed Soil Adjusted Vegetation Index (Baret and Guyot, 1991)
PVI0 - outputRaster - Perpendicular Vegetation Index (Richardson and Wiegand, 1977)
PVI1 - outputRaster - Perpendicular Vegetation Index (Perry and Lautenschlager, 1984)
PVI2 - outputRaster - Perpendicular Vegetation Index (Walther and Shabaani)
PVI3 - outputRaster - Perpendicular Vegetation Index (Qi, et al., 1994)
TSAVI - outputRaster - Transformed Soil Adjusted Vegetation Index (Baret et al. 1989)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.