qgis_aspect | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Aspect (native:aspect). This algorithm calculates the aspect of the Digital Terrain Model in input. The final aspect raster layer contains values from 0 to 360 that express the slope direction: starting from North (0°) and continuing clockwise.
qgis_aspect(
INPUT = qgisprocess:::qgis_default_value(),
Z_FACTOR = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
Z_FACTOR |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputRaster - Aspect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.