Calculation of LAI #706
-
Hi, I came across this article https://doi.org/10.1016/j.rse.2014.10.004, and also read the documentation of leafR library about the lai() calculation. Seems like to calculate lai the following procedure should be followed: normalized las ---> lad.voxels() ---> lad.profile() ---> lai() To include such a calculation into a my_metrics function used in a pixel_metrics catalog handle (or any other *_metrics), is a bit weird as Zs are not exactly a lasfile. Is there any suggested way to calculate lai that could be included in a custom my_metrics function? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The LAI is not a metric. It is a profile i.e. a serie of numbers. You must derive a number of that profile. In the article mentioned they use the coefficient of variation |
Beta Was this translation helpful? Give feedback.
-
Here's a nice review by Wang & Fang 2020 (https://www.mdpi.com/2072-4292/12/20/3457) that covers approaches commonly used to estimate LAI from ALS if you haven't seen it. Personally, I really like figure 4 from Almeida et al. 2019 (https://www.mdpi.com/2072-4292/11/1/92) which visually explains how one might estimate LAI from LAD within a pixel (as a flattened column of voxels) Here's how I've been calculating it (e.g., in a 1m pixel) for ponderosa pine forests: |
Beta Was this translation helpful? Give feedback.
Here's a nice review by Wang & Fang 2020 (https://www.mdpi.com/2072-4292/12/20/3457) that covers approaches commonly used to estimate LAI from ALS if you haven't seen it.
Personally, I really like figure 4 from Almeida et al. 2019 (https://www.mdpi.com/2072-4292/11/1/92) which visually explains how one might estimate LAI from LAD within a pixel (as a flattened column of voxels)
and while it's been my experience that the resulting values (w/in the 2D unit area) slightly differ from LAI measured using field methods, it provides similar inferences and behaves similarly when included in models.
Here's how I've been calculating it (e.g., in a 1m pixel) for ponderosa pine forests:
pixelsLAI = …