tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

stemSegmentation function #6

Closed npuletti closed 4 years ago

npuletti commented 5 years ago

Hello, I'm trying to extract tree measures by stemSegmentation(myTLSdata, sgmt.ransac.circle(tol = 0.001, n=5)). Using this function recursively on more than 20 forest plots, I receive an error only for 1 plot:

Error in do.call(., what = rbind) : second argument must be a list

Why?

tiagodc commented 5 years ago

Hi @npuletti

thanks for the feedback. I have an idea about where the issue might be, but I need to reproduce the error to confirm. Can you share with me the data set for which you got the error? Also I need some reproducible code - the script you used to generate myTLSdata.

Can you share those? If it's private, you can send me a link at tdc.florestal@gmail.com so I can have access to the data/script.

Cheers!

npuletti commented 4 years ago

Dear @tiagodc

now the Error in do.call seems to be fit. Probably it was due to old version of some dependencies. Now I have another question for you and I will open a new issue and share my code and data.

Cheers. N