View source: R/sagang_flowwidthandspecificcatchmentarea.R
sagang_flowwidthandspecificcatchmentarea | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Flow width and specific catchment area (sagang:flowwidthandspecificcatchmentarea). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer WIDTH: Flow Width Argument type: rasterDestination Acceptable values: - Path for new raster layer TCA: Total Catchment Area (TCA) (optional) Argument type: raster Acceptable values: - Path to a raster layer SCA: Specific Catchment Area (SCA) Argument type: rasterDestination Acceptable values: - Path for new raster layer METHOD: Method Default value: 2 Argument type: enum Available values: - 0: (0) Deterministic 8 - 1: (1) Multiple Flow Direction (Quinn et al. 1991) - 2: (2) Aspect Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_flowwidthandspecificcatchmentarea(
DEM = qgisprocess:::qgis_default_value(),
WIDTH = qgisprocess:::qgis_default_value(),
TCA = qgisprocess:::qgis_default_value(),
SCA = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
WIDTH |
|
TCA |
|
SCA |
|
METHOD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
SCA - outputRaster - Specific Catchment Area (SCA)
WIDTH - outputRaster - Flow Width
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.