Replies: 1 comment 3 replies
-
Certainly doable with |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I normally use the Dalponte2016 algo to segment my trees and then use this to obtain some metrics (
stdmetrics_i
).I was wondering if it is possible to use individual tree boundaries that I draw manually on ArcGis rather than an algorithm (I draw the boundaries of 55 trees) to obtain metrics. My manual individual crown delineation gives me a shapefile that is recognized as a
SpatialPolygonDataFrame
. But then, I don't know how to continue to obtain metrics. Did anyone try to do some metrics with a manual delineation from ArcGIS before? Thanks a lot!This is le normal code I am using normally with the Dalponte algo:
I would like to use the same code if possible, but with my manual crown data rather than Dalponte algo and the
segement_tree
functionBeta Was this translation helpful? Give feedback.
All reactions