cbh_from_qsm: Crown base height (CBH) extraction from a quantitative...

Description Usage Arguments Value Author(s) References Examples

View source: R/cbh_from_qsm.R

Description

Extracts the CBH from a QSM file. QSM file (cyl_data*.txt) must come from TreeQSM 2.30.

Usage

1
2
3
4
5
6
cbh_from_qsm(
  cyl_data = "cyl_data_*.txt",
  min_diameter_m = 0.07,
  max_angle_deg = 60,
  min_branch_length_m = 2
)

Arguments

cyl_data

A file containing a QSM, e.g. cyl_data_*.txt

max_angle_deg

Maximum allowed branch angle (in degree) from vertical tree axis. Default 60.0

min_branch_length_m

Minimum length of a first order branch considered to be first living trunk. Default 2.0

min_diameter

Minimum diameter (in meter) of a first order branch considered to be first living trunk. Default 0.07

Value

CBH in meter. Note that CBH computation sets lowest tree point in z axis to 0.

Author(s)

Matthias Kunz, last updated: 27.04.2019

References

https://github.com/InverseTampere/TreeQSM

Examples

1
cbh_from_qsm("cyl_data_*.txt", 0.07, 60.0, 2.0)

spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.