R/sagang_morphometricfeatures.R
sagang_morphometricfeatures.Rd
QGIS Algorithm provided by SAGA Next Gen Morphometric features (sagang:morphometricfeatures). —————- Arguments —————- DEM: Elevation Argument type: raster Acceptable values: - Path to a raster layer FEATURES: Morphometric Features Argument type: rasterDestination Acceptable values: - Path for new raster layer ELEVATION: Generalized Surface Argument type: rasterDestination Acceptable values: - Path for new raster layer SLOPE: Slope Argument type: rasterDestination Acceptable values: - Path for new raster layer ASPECT: Aspect Argument type: rasterDestination Acceptable values: - Path for new raster layer PROFC: Profile Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer PLANC: Plan Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer LONGC: Longitudinal Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer CROSC: Cross-Sectional Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer MAXIC: Maximum Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer MINIC: Minimum Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer SIZE: Scale Radius (Cells) 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 TOL_SLOPE: Slope Tolerance Default value: 1 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 TOL_CURVE: Curvature Tolerance Default value: 0.0001 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 EXPONENT: Distance Weighting Exponent 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 ZSCALE: Vertical Scaling Default value: 1 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 CONSTRAIN: Constrain Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - 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_morphometricfeatures(
DEM = qgisprocess:::qgis_default_value(),
FEATURES = qgisprocess:::qgis_default_value(),
ELEVATION = qgisprocess:::qgis_default_value(),
SLOPE = qgisprocess:::qgis_default_value(),
ASPECT = qgisprocess:::qgis_default_value(),
PROFC = qgisprocess:::qgis_default_value(),
PLANC = qgisprocess:::qgis_default_value(),
LONGC = qgisprocess:::qgis_default_value(),
CROSC = qgisprocess:::qgis_default_value(),
MAXIC = qgisprocess:::qgis_default_value(),
MINIC = qgisprocess:::qgis_default_value(),
SIZE = qgisprocess:::qgis_default_value(),
TOL_SLOPE = qgisprocess:::qgis_default_value(),
TOL_CURVE = qgisprocess:::qgis_default_value(),
EXPONENT = qgisprocess:::qgis_default_value(),
ZSCALE = qgisprocess:::qgis_default_value(),
CONSTRAIN = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
raster
- Elevation. Path to a raster layer.
rasterDestination
- Morphometric Features. Path for new raster layer.
rasterDestination
- Generalized Surface. Path for new raster layer.
rasterDestination
- Slope. Path for new raster layer.
rasterDestination
- Aspect. Path for new raster layer.
rasterDestination
- Profile Curvature. Path for new raster layer.
rasterDestination
- Plan Curvature. Path for new raster layer.
rasterDestination
- Longitudinal Curvature. Path for new raster layer.
rasterDestination
- Cross-Sectional Curvature. Path for new raster layer.
rasterDestination
- Maximum Curvature. Path for new raster layer.
rasterDestination
- Minimum Curvature. Path for new raster layer.
number
- Scale Radius (Cells). 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
- Slope Tolerance. 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
- Curvature Tolerance. 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
- Distance Weighting Exponent. 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
- Vertical Scaling. 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.
boolean
- Constrain. 1 for true/yes. 0 for false/no. 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
.
ASPECT - outputRaster - Aspect
CROSC - outputRaster - Cross-Sectional Curvature
ELEVATION - outputRaster - Generalized Surface
FEATURES - outputRaster - Morphometric Features
LONGC - outputRaster - Longitudinal Curvature
MAXIC - outputRaster - Maximum Curvature
MINIC - outputRaster - Minimum Curvature
PLANC - outputRaster - Plan Curvature
PROFC - outputRaster - Profile Curvature
SLOPE - outputRaster - Slope