TreeID not holding the metadata information for more than one run. #644
Unanswered
nealresearch
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please report a minimal reproducible example. |
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 have a chm file and have ran a segment tree with watershed. I am trying to see the metadata for different treeID using the
filter_poi
function but if i run this oncelas <- filter_poi(las, treeID == 1)
and when i try to see the metadata for the second treeId lAlso the print out says everything is zero for the second run
I have somehow managed to append the data from the treeId in the list but i have to stick a while loop at the begining before all the process for creating the segementation. This is a problem because i dont the final number of treeID. Is there a faster solution for this
Beta Was this translation helpful? Give feedback.
All reactions