R/sagang_relativeheightsandslopepositions.R
sagang_relativeheightsandslopepositions.RdQGIS 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()
)raster - Elevation. Path to a raster layer.
rasterDestination - Slope Height. Path for new raster layer.
rasterDestination - Valley Depth. Path for new raster layer.
rasterDestination - Normalized Height. Path for new raster layer.
rasterDestination - Standardized Height. Path for new raster layer.
rasterDestination - Mid-Slope Positon. Path for new raster layer.
number - w. 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.
number - t. 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.
number - e. 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.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm() should be used (TRUE) or first output (most likely the main) should read (FALSE). Default value is TRUE.
logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.
logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.