View source: R/sagang_topographicwetnessindexonestep.R
sagang_topographicwetnessindexonestep | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Topographic wetness index (one step) (sagang:topographicwetnessindexonestep). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer TWI: Topographic Wetness Index Argument type: rasterDestination Acceptable values: - Path for new raster layer FLOW_METHOD: Flow Distribution Default value: 4 Argument type: enum Available values: - 0: (0) Deterministic 8 - 1: (1) Rho 8 - 2: (2) Braunschweiger Reliefmodell - 3: (3) Deterministic Infinity - 4: (4) Multiple Flow Direction - 5: (5) Multiple Triangular Flow Direction - 6: (6) Multiple Maximum Downslope Gradient Based Flow Direction Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_topographicwetnessindexonestep(
DEM = qgisprocess:::qgis_default_value(),
TWI = qgisprocess:::qgis_default_value(),
FLOW_METHOD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
TWI |
|
FLOW_METHOD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
TWI - outputRaster - Topographic Wetness Index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.