R/map_las.R
map_las.Rd
Internal helper to apply a function to multiple LASfiles, using parallel processing (mirai) only when beneficial.
map_las(files, FUN)
Character vector of LAS/LAZ/COPC file paths.
Function to apply to each file.
A list with one element per file.