View source: R/sagang_lsfactorfieldbased.R
sagang_lsfactorfieldbased | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Ls-factor, field based (sagang:lsfactorfieldbased). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer FIELDS: Fields (optional) Argument type: source Acceptable values: - Path to a vector layer STATISTICS: Field Statistics Argument type: vectorDestination Acceptable values: - Path for new vector layer UPSLOPE_AREA: Upslope Length Factor Argument type: rasterDestination Acceptable values: - Path for new raster layer UPSLOPE_LENGTH: Effective Flow Length Argument type: rasterDestination Acceptable values: - Path for new raster layer UPSLOPE_SLOPE: Upslope Slope Argument type: rasterDestination Acceptable values: - Path for new raster layer LS_FACTOR: LS Factor Argument type: rasterDestination Acceptable values: - Path for new raster layer BALANCE: Sediment Balance Argument type: rasterDestination Acceptable values: - Path for new raster layer METHOD: LS Calculation Default value: 0 Argument type: enum Available values: - 0: (0) Moore & Nieber 1989 - 1: (1) Desmet & Govers 1996 - 2: (2) Wischmeier & Smith 1978 Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' METHOD_SLOPE: Type of Slope Default value: 0 Argument type: enum Available values: - 0: (0) local slope - 1: (1) distance weighted average catchment slope Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' METHOD_AREA: Specific Catchment Area Default value: 1 Argument type: enum Available values: - 0: (0) specific catchment area (contour length simply as cell size) - 1: (1) specific catchment area (contour length dependent on aspect) - 2: (2) catchment length (square root of catchment area) - 3: (3) effective flow length Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' STOP_AT_EDGE: Stop at Edge 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 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_lsfactorfieldbased(
DEM = qgisprocess:::qgis_default_value(),
FIELDS = qgisprocess:::qgis_default_value(),
STATISTICS = qgisprocess:::qgis_default_value(),
UPSLOPE_AREA = qgisprocess:::qgis_default_value(),
UPSLOPE_LENGTH = qgisprocess:::qgis_default_value(),
UPSLOPE_SLOPE = qgisprocess:::qgis_default_value(),
LS_FACTOR = qgisprocess:::qgis_default_value(),
BALANCE = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
METHOD_SLOPE = qgisprocess:::qgis_default_value(),
METHOD_AREA = qgisprocess:::qgis_default_value(),
STOP_AT_EDGE = 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()
)
DEM |
|
FIELDS |
|
STATISTICS |
|
UPSLOPE_AREA |
|
UPSLOPE_LENGTH |
|
UPSLOPE_SLOPE |
|
LS_FACTOR |
|
BALANCE |
|
METHOD |
|
METHOD_SLOPE |
|
METHOD_AREA |
|
STOP_AT_EDGE |
|
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 |
BALANCE - outputRaster - Sediment Balance
LS_FACTOR - outputRaster - LS Factor
STATISTICS - outputVector - Field Statistics
UPSLOPE_AREA - outputRaster - Upslope Length Factor
UPSLOPE_LENGTH - outputRaster - Effective Flow Length
UPSLOPE_SLOPE - outputRaster - Upslope Slope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.