View source: R/qgis_hillshade.R
qgis_hillshade | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Hillshade (native:hillshade). This algorithm calculates the hillshade of the Digital Terrain Model in input. The shading of the layer is calculated according to the sun position (azimuth and elevation).
qgis_hillshade(
INPUT = qgisprocess:::qgis_default_value(),
Z_FACTOR = qgisprocess:::qgis_default_value(),
AZIMUTH = qgisprocess:::qgis_default_value(),
V_ANGLE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
Z_FACTOR |
|
AZIMUTH |
|
V_ANGLE |
|
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 - Hillshade
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.