View source: R/grass_r_slope_aspect.R
grass_r_slope_aspect | R Documentation |
QGIS Algorithm provided by GRASS r.slope.aspect (grass:r.slope.aspect). Generates raster layers of slope, aspect, curvatures and partial derivatives from a elevation raster layer.
grass_r_slope_aspect(
elevation = qgisprocess:::qgis_default_value(),
format = qgisprocess:::qgis_default_value(),
precision = qgisprocess:::qgis_default_value(),
.a = qgisprocess:::qgis_default_value(),
.e = qgisprocess:::qgis_default_value(),
.n = qgisprocess:::qgis_default_value(),
zscale = qgisprocess:::qgis_default_value(),
min_slope = qgisprocess:::qgis_default_value(),
slope = qgisprocess:::qgis_default_value(),
aspect = qgisprocess:::qgis_default_value(),
pcurvature = qgisprocess:::qgis_default_value(),
tcurvature = qgisprocess:::qgis_default_value(),
dx = qgisprocess:::qgis_default_value(),
dy = qgisprocess:::qgis_default_value(),
dxx = qgisprocess:::qgis_default_value(),
dyy = qgisprocess:::qgis_default_value(),
dxy = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
elevation |
|
format |
|
precision |
|
.a |
|
.e |
|
.n |
|
zscale |
|
min_slope |
|
slope |
|
aspect |
|
pcurvature |
|
tcurvature |
|
dx |
|
dy |
|
dxx |
|
dyy |
|
dxy |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
... |
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
dx - outputRaster - First order partial derivative dx (E-W slope)
dxx - outputRaster - Second order partial derivative dxx
dxy - outputRaster - Second order partial derivative dxy
dy - outputRaster - First order partial derivative dy (N-S slope)
dyy - outputRaster - Second order partial derivative dyy
pcurvature - outputRaster - Profile curvature
slope - outputRaster - Slope
tcurvature - outputRaster - Tangential curvature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.