-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Error when running grid_terrain()
#332
Comments
This is not related to |
Yeah it seems to be a problem with grid_metrics as well. I encountered the bug with the |
Seems to be working in version 2.2.2 |
Could you confirm if this work or not lidR:::catalog_makecluster(ctg) Surprisingly it works on my computer |
Yes it works in version 2.2.3. |
Ok I reproduced. It fails with the partial processing only. library(lidR)
ctg = readRDS("~/Téléchargements/ctg_chunk_bug.rds")
lidR:::catalog_makecluster(ctg, realignment = list(res = 20, start = c(0,0))) # fail
ctg$processed = NULL
lidR:::catalog_makecluster(ctg, realignment = list(res = 20, start = c(0,0))) # ok |
Fixed, thanks |
Thanks so much! |
Running
grid_terrain()
on a catalog with the following settings:I have also selected some files as buffer only:
I get the following error message:
The text was updated successfully, but these errors were encountered: