You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with lmfauto() and have a file where it takes about 45 minutes to complete find_trees on a 32 core machine, sharing in case it's useful, if not feel free to ignore.
# finished in about 5 minutes
ttops <- find_trees(las, lmf(ws = 2))
Local maximum filter: [==================================================] 100% (4 threads)
# after 10 minutes...
> ttops <- find_trees(las, lmfauto())
Local maximum filter: [--------------------------------------------------] 1% (4 threads)s)
Maybe what is happening is a large ws is being selected?
I was playing with lmfauto() and have a file where it takes about 45 minutes to complete find_trees on a 32 core machine, sharing in case it's useful, if not feel free to ignore.
https://drive.google.com/file/d/1ZgZHoOZ49uBkREvzDjruj3uWQagFsyLM/view?usp=sharing
The text was updated successfully, but these errors were encountered: