Calculates a hillshade raster from an input DEM.
hillshade(dem, output, azimuth = 315, altitude = 30, zfactor = 1,
verbose_mode = FALSE)
Input raster DEM file.
Output raster file.
Illumination source azimuth in degrees.
Illumination source altitude in degrees.
Optional multiplier for when the vertical and horizontal units are not the same.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.