Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

las_check with deep = TRUE fails with file template #484

Closed
Jean-Romain opened this issue Oct 8, 2021 · 1 comment
Closed

las_check with deep = TRUE fails with file template #484

Jean-Romain opened this issue Oct 8, 2021 · 1 comment
Assignees
Labels
Bug A bug in the package

Comments

@Jean-Romain
Copy link
Collaborator

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 Jean-Romain self-assigned this Oct 8, 2021
@Jean-Romain Jean-Romain added the Bug A bug in the package label Oct 8, 2021
@Jean-Romain
Copy link
Collaborator Author

Jean-Romain commented Oct 8, 2021

Fixed in a51496d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in the package
Projects
None yet
Development

No branches or pull requests

1 participant