quatre_montagnes {lidaRtRee} | R Documentation |
Field plot inventory in the Quatre Montagnes area (France)
Description
Dataset of forest parameters measured in the field on 96 circular plots of 15 m radius. Metrics derived from airborne laser scanning (ALS) point clouds have also been extracted and calculated for those plots.
Usage
data(quatre_montagnes)
Format
A data.frame
with 76 columns:
-
plotId
id of field plot -
X
easting coordinate (epsg: 2154) -
Y
northing coordinate (epsg: 2154) -
clusterId
id of cluster, plots were inventoried in groups of 4 -
G_m2_ha
basal area in m2 per ha -
N_ha
number of trees per ha -
D_mean_cm
mean tree diameter at breast height (1.3 m) in cm -
stratum
forest ownership (public or private) -
[, 9:60]
point cloud metrics computed from ALS, seeaba_metrics
-
[, 61:73]
metrics derived from tree segmentation in ALS data, seestd_tree_metrics
-
[, 74:76]
terrain statistics, seeterrain_points_metrics
References
Monnet, J.-M. 2021. Tutorial on modeling forest parameters with ALS data. ABA data preparation https://gitlab.irstea.fr/jean-matthieu.monnet/lidartree_tutorials/-/wikis/ABA-data-preparation
Examples
data(quatre_montagnes)
summary(quatre_montagnes)