Calculates horizon angle (maximum upwind slope) for each grid cell in an input DEM.
wbt_horizon_angle(
dem,
output,
azimuth = 0,
max_dist = 100,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE,
command_only = FALSE
)
Returns the tool text outputs.
Input raster DEM file.
Output raster file.
Azimuth, in degrees.
Optional maximum search distance (unspecified if none; in xy units). Minimum value is 5 x cell size.
Changes the working directory.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters.
Return command that would be executed by system()
rather than running tool.