View source: R/sagang_morphometricfeatures.R
sagang_morphometricfeatures | R Documentation |
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()
)
DEM |
|
FEATURES |
|
ELEVATION |
|
SLOPE |
|
ASPECT |
|
PROFC |
|
PLANC |
|
LONGC |
|
CROSC |
|
MAXIC |
|
MINIC |
|
SIZE |
|
TOL_SLOPE |
|
TOL_CURVE |
|
EXPONENT |
|
ZSCALE |
|
CONSTRAIN |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.