r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
601 stars 131 forks source link

las_check with deep = TRUE fails with file template #484

Closed Jean-Romain closed 3 years ago

Jean-Romain commented 3 years ago

MRE

LASfile <- system.file("extdata", "Megaplot.laz", package="lidR")
ctg = readLAScatalog(LASfile)
opt_output_files(ctg) <- tempfile()
las_check(ctg, deep = T)
#>  Erreur : Trying to write an object of class list but this type is not supported. 
Jean-Romain commented 3 years ago

Fixed in a51496d7a02