Prints information about a LiDAR (LAS) dataset, including header, point return frequency, and classification data and information about the variable length records (VLRs) and geokeys.
lidar_info(input, output = NULL, vlr = FALSE, geokeys = FALSE,
verbose_mode = FALSE)
Input LiDAR file.
Output HTML file for summary report.
Flag indicating whether or not to print the variable length records (VLRs).
Flag indicating whether or not to print the geokeys.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.