View source: R/sagang_channelnetwork.R
sagang_channelnetwork | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Channel network (sagang:channelnetwork). —————- Arguments —————- ELEVATION: Elevation Argument type: raster Acceptable values: - Path to a raster layer SINKROUTE: Flow Direction (optional) Argument type: raster Acceptable values: - Path to a raster layer CHNLNTWRK: Channel Network Argument type: rasterDestination Acceptable values: - Path for new raster layer CHNLROUTE: Channel Direction Argument type: rasterDestination Acceptable values: - Path for new raster layer SHAPES: Channel Network Argument type: vectorDestination Acceptable values: - Path for new vector layer INIT_GRID: Initiation Grid Argument type: raster Acceptable values: - Path to a raster layer INIT_METHOD: Initiation Type Default value: 2 Argument type: enum Available values: - 0: (0) Less than - 1: (1) Equals - 2: (2) Greater than Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' INIT_VALUE: Initiation Threshold 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 DIV_GRID: Divergence (optional) Argument type: raster Acceptable values: - Path to a raster layer DIV_CELLS: Tracing: Max. Divergence Default value: 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 TRACE_WEIGHT: Tracing: Weight (optional) Argument type: raster Acceptable values: - Path to a raster layer MINLEN: Min. Segment Length Default value: 10 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_channelnetwork(
ELEVATION = qgisprocess:::qgis_default_value(),
SINKROUTE = qgisprocess:::qgis_default_value(),
CHNLNTWRK = qgisprocess:::qgis_default_value(),
CHNLROUTE = qgisprocess:::qgis_default_value(),
SHAPES = qgisprocess:::qgis_default_value(),
INIT_GRID = qgisprocess:::qgis_default_value(),
INIT_METHOD = qgisprocess:::qgis_default_value(),
INIT_VALUE = qgisprocess:::qgis_default_value(),
DIV_GRID = qgisprocess:::qgis_default_value(),
DIV_CELLS = qgisprocess:::qgis_default_value(),
TRACE_WEIGHT = qgisprocess:::qgis_default_value(),
MINLEN = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
ELEVATION |
|
SINKROUTE |
|
CHNLNTWRK |
|
CHNLROUTE |
|
SHAPES |
|
INIT_GRID |
|
INIT_METHOD |
|
INIT_VALUE |
|
DIV_GRID |
|
DIV_CELLS |
|
TRACE_WEIGHT |
|
MINLEN |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CHNLNTWRK - outputRaster - Channel Network
CHNLROUTE - outputRaster - Channel Direction
SHAPES - outputVector - Channel Network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.