View source: R/sagang_lsfactor.R
sagang_lsfactor | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Ls factor (sagang:lsfactor). —————- Arguments —————- SLOPE: Slope Argument type: raster Acceptable values: - Path to a raster layer AREA: Catchment Area Argument type: raster Acceptable values: - Path to a raster layer LS: LS Factor Argument type: rasterDestination Acceptable values: - Path for new raster layer CONV: Area to Length Conversion Default value: 0 Argument type: enum Available values: - 0: (0) no conversion (areas already given as specific catchment area) - 1: (1) 1 / cell size (specific catchment area) - 2: (2) square root (catchment length) Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' METHOD: Method (LS) Default value: 0 Argument type: enum Available values: - 0: (0) Moore et al. 1991 - 1: (1) Desmet & Govers 1996 - 2: (2) Boehner & Selige 2006 Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' EROSIVITY: Rill/Interrill Erosivity 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 STABILITY: Stability Default value: 0 Argument type: enum Available values: - 0: (0) stable - 1: (1) instable (thawing) Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_lsfactor(
SLOPE = qgisprocess:::qgis_default_value(),
AREA = qgisprocess:::qgis_default_value(),
LS = qgisprocess:::qgis_default_value(),
CONV = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
EROSIVITY = qgisprocess:::qgis_default_value(),
STABILITY = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SLOPE |
|
AREA |
|
LS |
|
CONV |
|
METHOD |
|
EROSIVITY |
|
STABILITY |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LS - outputRaster - LS Factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.