Extracting DBH, Height, and Volume from rayextract_trees.txt Outputs #44
Replies: 2 comments 2 replies
-
|
Hi,
You can also report per-layer volume and extra branch data as extra parameters to treeinfo. Also see the README.md in treetools for the file format. |
Beta Was this translation helpful? Give feedback.
-
|
Just adding to Tom's comment - I made this repo to load treefiles into Pandas for analysis: There's also treefile support in this R package: One thing worth noting on DBH - the values are derived from the final mesh rather than directly from the point cloud, so I'd recommend doing some manual validation before relying on them. It can underestimate DBH on highly tapered trees. This is discussed in this paper: Devereux, T., Lowe, T., Rivory, J., Reckziegel, R. B., Calders, K., Aryal, R. R., Eaton, G., Cooper, Z., Levick, S., Phinn, S., & Woodgate, W. (2026). RayExtract: A fast, scalable method for tree volume reconstruction from terrestrial laser scanning. Remote Sensing of Environment, 334, 115162. https://doi.org/10.1016/j.rse.2025.115162 If you decide you need point-based DBH estimates, the R package above has methods for that or if you prefer Python, this package handles DBH: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have successfully used the rayextract trees tool to segment a sample of 45 trees from a large-scale TLS/ALS dataset. The process generated three expected outputs:
A segmented point cloud (.ply)

A mesh model of the trees (.ply)

A comprehensive text file (.txt)

I am now at the stage of analyzing the individual tree metrics for my biomass estimation study. Specifically, I am looking to extract the DBH (Diameter at Breast Height), Total Height, and Volumetric Data for each of the 45 isolated trees. Upon reviewing the .txt output, I am having some difficulty identifying which columns or data headers correspond to these specific forest factors.
My questions are:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions