tree_metrics | R Documentation |
Estimate the tree height, crown area, and the diameter at breast height of a tree point cloud
tree_metrics(cloud, region.diameter = NULL, relocateZ = TRUE)
cloud |
A |
region.diameter |
A |
relocateZ |
Logical, if |
The tree height is estimated based on the maximum value of *Z*, the
crown area is calculated applying a convex hull on the point cloud, while the
DBH is calculated extracting the area of the convex hull on the subset of points
between region.diameter
, and then estimating the diameter of a circle.
For another estimation of DBH try circleRANSAC
or for irregular
trucks try trunk_volume
.
A data.table
with the tree height, crown area, and diameter
J. Antonio Guzman Q. and Ronny Hernandez
circleRANSAC
, trunk_volume
data("pc_tree") tree_metrics(pc_tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.