View source: R/sagang_breachdepressions.R
sagang_breachdepressions | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Breach depressions (sagang:breachdepressions). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer NOSINKS: Preprocessed Argument type: rasterDestination Acceptable values: - Path for new raster layer MAX_LENGTH: Maximum Breach Channel Length Default value: 50 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 MAX_ZDEC: Maximum Elevation Decrement 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 MIN_ZDROP: Minimum Elevation Drop 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
sagang_breachdepressions(
DEM = qgisprocess:::qgis_default_value(),
NOSINKS = qgisprocess:::qgis_default_value(),
MAX_LENGTH = qgisprocess:::qgis_default_value(),
MAX_ZDEC = qgisprocess:::qgis_default_value(),
MIN_ZDROP = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
NOSINKS |
|
MAX_LENGTH |
|
MAX_ZDEC |
|
MIN_ZDROP |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
NOSINKS - outputRaster - Preprocessed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.