Calculates a hillshade value for points within a LAS file and stores these data in the RGB field.
lidar_hillshade(input, output, azimuth = 315, altitude = 30,
radius = 1, verbose_mode = FALSE)
Input LiDAR file.
Output file.
Illumination source azimuth in degrees.
Illumination source altitude in degrees.
Search Radius.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.