Replies: 1 comment 1 reply
-
Hi, I have looked through the tree_info.cpp code and the calculation looks fine. If anything it should slightly overestimate tree volume as cylinder intersections at bifurcations are counted twice. Your example of 11 metres tall 36cm diameter should indeed be about 1m^3 if it were a single cylinder. Unless by 36cm you meant radius. Underestimation can occur in rayextract trees for a two reasons:
Hope this helps :) |
Beta Was this translation helpful? Give feedback.
-
We have a treeinfo output file, and have looked through the logic in treeinfo.cpp to double check how volume is calculated; but we've noticed that the calculated total volume (and by extension, the calculated volume of the stems) seem quite lower than what would be expected by the height and DBH/largest diameter values.
I'm also curious how rounding of such small values is intended to work.
We're regularly finding trees ~2 m tall with around 3e-4 m^3 of volume; this seems oddly low. Even one of our larger trees, at 11 metres tall with a 36cm first stem diameter has a volume of just one cubic metre. If we simplify it as a cylinder, we'd expect to see about 4 times that.
Are these the types of numbers we should be expecting?
Additionally, I've noticed that, as the first
volume
field is the volume for the whole tree and is the sum of the remaining volumes, it seems to round values below 0.0001 to zero. Is that intended?Beta Was this translation helpful? Give feedback.
All reactions