read_pcl function

read_pcl imports PCL or portable canopy LiDAR files into the workspace and formats them.

read_pcl imports PCL or portable canopy LiDAR files into the workspace and formats them.

This function specificially reads in PCL files that are in .csv format, standard format for that data type.

read_pcl(f)

Arguments

  • f: name of file currently being processed

Examples

# Link to raw PCL data, in .csv form. uva_pcl <- system.file("extdata", "UVAX_A4_01W.csv", package = "forestr") # Import PCL data to the workspace pcl_data <-read_pcl(uva_pcl)

See Also

process_pcl

process_multi_pcl