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()
)

Arguments

DEM

raster - Elevation. Path to a raster layer.

HO

rasterDestination - Slope Height. Path for new raster layer.

HU

rasterDestination - Valley Depth. Path for new raster layer.

NH

rasterDestination - Normalized Height. Path for new raster layer.

SH

rasterDestination - Standardized Height. Path for new raster layer.

MS

rasterDestination - Mid-Slope Positon. Path for new raster layer.

W

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.

T

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.

E

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()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • HO - outputRaster - Slope Height

  • HU - outputRaster - Valley Depth

  • MS - outputRaster - Mid-Slope Positon

  • NH - outputRaster - Normalized Height

  • SH - outputRaster - Standardized Height