Replies: 2 comments 3 replies
-
It looks more like a bug than a question. In the thread you are mentioning the op never gave me a reproducible example. So far it has never been reproduced. Is it reproducible with a small dataset from the package? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the lidR package to do some tree segmentation on a set of 561 km² tiles using the
LAScatalog
engine and the futures library for parallelization. I have successfully created the DTM, but when I attempt to normalize I get an error.I have read this thread already and it did not solve my problem.
I am running inside of a container (
rocker/tidyverse:4.2
) with the following:Here is the code:
During the normalization I get the following warning, then error:
After reading this thread. I tried disabling multisession and using set_lidr_threads,
but the problem persists. Any insights would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions