-
Notifications
You must be signed in to change notification settings - Fork 10
Point cloud index BE_RD
swoellauer edited this page Apr 8, 2020
·
1 revision
Return density of 1 meter layer (points below included) (based on point height above ground)
Return density of canopy vegetation layer (based on point height above ground)
BE_RD_CAN := canopy_layer_point_count / point_count
Return density of ground layer (based on point height above ground)
BE_RD_GND := ground_point_count / point_count
Return density of regeneration vegetation layer (based on point height above ground)
BE_RD_REG := regeneration_layer_point_count / point_count
Return density of understory vegetation layer (based on point height above ground)
BE_RD_UND := understory_layer_point_count / point_count