error in segment_trees() #693
-
Hello, I tried to segment individual trees. I created CHM using 'rasterize_canopy' and created the tree tops using 'locate_trees'. I applied "st_as_sf" to convert tree tops to SF objects. Like below
Then, I segment it using "segement_trees"
but it resulted in the error message
When I test my code with a small portion of data, it worked without errors. But when I ran my code for the whole dataset, it gave me this error. Did you ever see this error? Or could you please advise me on what point I need to check.? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your code looks correct and should be handled automatically by |
Beta Was this translation helpful? Give feedback.
Your code looks correct and should be handled automatically by
segment_trees()
. I will call it a bug.#694