Skip to content

Point cloud index BE_RD

swoellauer edited this page Apr 8, 2020 · 1 revision

BE_RD_01 BE_RD_02 ... BE_RD_55

Return density of 1 meter layer (points below included) (based on point height above ground)

BE_RD_CAN

Return density of canopy vegetation layer (based on point height above ground)

BE_RD_CAN := canopy_layer_point_count / point_count

BE_RD_GND

Return density of ground layer (based on point height above ground)

BE_RD_GND := ground_point_count / point_count

BE_RD_REG

Return density of regeneration vegetation layer (based on point height above ground)

BE_RD_REG := regeneration_layer_point_count / point_count

BE_RD_UND

Return density of understory vegetation layer (based on point height above ground)

BE_RD_UND := understory_layer_point_count / point_count