Outputs all of the points within a LiDAR (LAS) point file that lie between a specified elevation range.
lidar_elevation_slice(input, output, minz = NULL, maxz = NULL,
cls = FALSE, inclassval = 2, outclassval = 1,
verbose_mode = FALSE)
Input LiDAR file.
Output LiDAR file.
Minimum elevation value (optional).
Maximum elevation value (optional).
Optional boolean flag indicating whether points outside the range should be retained in output but reclassified.
Optional parameter specifying the class value assigned to points within the slice.
Optional parameter specifying the class value assigned to points within the slice.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.