View source: R/sagang_basicterrainanalysis.R
sagang_basicterrainanalysis | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Basic terrain analysis (sagang:basicterrainanalysis). —————- Arguments —————- ELEVATION: Elevation Argument type: raster Acceptable values: - Path to a raster layer SHADE: Analytical Hillshading 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 HCURV: Plan Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer VCURV: Profile Curvature Argument type: rasterDestination Acceptable values: - Path for new raster layer CONVERGENCE: Convergence Index Argument type: rasterDestination Acceptable values: - Path for new raster layer SINKS: Closed Depressions Argument type: rasterDestination Acceptable values: - Path for new raster layer FLOW: Total Catchment Area Argument type: rasterDestination Acceptable values: - Path for new raster layer WETNESS: Topographic Wetness Index Argument type: rasterDestination Acceptable values: - Path for new raster layer LSFACTOR: LS-Factor Argument type: rasterDestination Acceptable values: - Path for new raster layer CHANNELS: Channel Network Argument type: vectorDestination Acceptable values: - Path for new vector layer BASINS: Drainage Basins Argument type: vectorDestination Acceptable values: - Path for new vector layer CHNL_BASE: Channel Network Base Level Argument type: rasterDestination Acceptable values: - Path for new raster layer CHNL_DIST: Channel Network Distance Argument type: rasterDestination Acceptable values: - Path for new raster layer VALL_DEPTH: Valley Depth Argument type: rasterDestination Acceptable values: - Path for new raster layer RSP: Relative Slope Position Argument type: rasterDestination Acceptable values: - Path for new raster layer THRESHOLD: Channel Density 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
sagang_basicterrainanalysis(
ELEVATION = qgisprocess:::qgis_default_value(),
SHADE = qgisprocess:::qgis_default_value(),
SLOPE = qgisprocess:::qgis_default_value(),
ASPECT = qgisprocess:::qgis_default_value(),
HCURV = qgisprocess:::qgis_default_value(),
VCURV = qgisprocess:::qgis_default_value(),
CONVERGENCE = qgisprocess:::qgis_default_value(),
SINKS = qgisprocess:::qgis_default_value(),
FLOW = qgisprocess:::qgis_default_value(),
WETNESS = qgisprocess:::qgis_default_value(),
LSFACTOR = qgisprocess:::qgis_default_value(),
CHANNELS = qgisprocess:::qgis_default_value(),
BASINS = qgisprocess:::qgis_default_value(),
CHNL_BASE = qgisprocess:::qgis_default_value(),
CHNL_DIST = qgisprocess:::qgis_default_value(),
VALL_DEPTH = qgisprocess:::qgis_default_value(),
RSP = qgisprocess:::qgis_default_value(),
THRESHOLD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
ELEVATION |
|
SHADE |
|
SLOPE |
|
ASPECT |
|
HCURV |
|
VCURV |
|
CONVERGENCE |
|
SINKS |
|
FLOW |
|
WETNESS |
|
LSFACTOR |
|
CHANNELS |
|
BASINS |
|
CHNL_BASE |
|
CHNL_DIST |
|
VALL_DEPTH |
|
RSP |
|
THRESHOLD |
|
... |
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
BASINS - outputVector - Drainage Basins
CHANNELS - outputVector - Channel Network
CHNL_BASE - outputRaster - Channel Network Base Level
CHNL_DIST - outputRaster - Channel Network Distance
CONVERGENCE - outputRaster - Convergence Index
FLOW - outputRaster - Total Catchment Area
HCURV - outputRaster - Plan Curvature
LSFACTOR - outputRaster - LS-Factor
RSP - outputRaster - Relative Slope Position
SHADE - outputRaster - Analytical Hillshading
SINKS - outputRaster - Closed Depressions
SLOPE - outputRaster - Slope
VALL_DEPTH - outputRaster - Valley Depth
VCURV - outputRaster - Profile Curvature
WETNESS - outputRaster - Topographic Wetness Index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.