View source: R/sagang_relativeheightsandslopepositions.R
sagang_relativeheightsandslopepositions | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Relative heights and slope positions (sagang:relativeheightsandslopepositions). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer HO: Slope Height Argument type: rasterDestination Acceptable values: - Path for new raster layer HU: Valley Depth Argument type: rasterDestination Acceptable values: - Path for new raster layer NH: Normalized Height Argument type: rasterDestination Acceptable values: - Path for new raster layer SH: Standardized Height Argument type: rasterDestination Acceptable values: - Path for new raster layer MS: Mid-Slope Positon Argument type: rasterDestination Acceptable values: - Path for new raster layer W: w Default value: 0.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 T: t 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 E: e Default value: 2 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_relativeheightsandslopepositions(
DEM = qgisprocess:::qgis_default_value(),
HO = qgisprocess:::qgis_default_value(),
HU = qgisprocess:::qgis_default_value(),
NH = qgisprocess:::qgis_default_value(),
SH = qgisprocess:::qgis_default_value(),
MS = qgisprocess:::qgis_default_value(),
W = qgisprocess:::qgis_default_value(),
T = qgisprocess:::qgis_default_value(),
E = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEM |
|
HO |
|
HU |
|
NH |
|
SH |
|
MS |
|
W |
|
T |
|
E |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
HO - outputRaster - Slope Height
HU - outputRaster - Valley Depth
MS - outputRaster - Mid-Slope Positon
NH - outputRaster - Normalized Height
SH - outputRaster - Standardized Height
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.