LAI_proc_phenofit: Interpolates LAI into daily values

View source: R/LAI_proc_phenofit.R

LAI_proc_phenofitR Documentation

Interpolates LAI into daily values

Description

This function generates a continuous series of LAI from downloaded from the lpdaac AppEEARS download portal. This is done through the phenofit R package https://github.com/kongdd/phenofit. A rough fit is done using a weighted Whittaker smoother and then curve fitting is done using an assymetric Gaussian function.

  • Dongdong Kong, R package: A state-of-the-art Vegetation Phenology extraction package, phenofit version 0.2.2, https://github.com/kongdd/phenofit

  • Zhang, Q., Kong, D., Shi, P., Singh, V.P., Sun, P., 2018. Vegetation phenology on the Qinghai-Tibetan Plateau and its response to climate change (1982–2013). Agric. For. Meteorol. 248, 408–417. https://doi.org/10.1016/j.agrformet.2017.10.026

Usage

LAI_proc_phenofit(Site, fit_method)

Arguments

Site

The Site ID

fit_method

The curve fitting method to pass onto phenofit ("AG", "Beck", "Elmore", "Gu", "Klos", "Zhang")


psavoy/StreamLightUtils documentation built on April 5, 2022, 11:05 p.m.