Classifies the values in one LiDAR point cloud that correpond with points in a subset cloud.
lidar_classify_subset(base, subset, output, subset_class,
nonsubset_class = NULL, verbose_mode = FALSE)
Input base LiDAR file.
Input subset LiDAR file.
Output LiDAR file.
Subset point class value (must be 0-18; see LAS specifications).
Non-subset point class value (must be 0-18; see LAS specifications).
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.