MODIS_LAI_ts_filter.Rd
Prepare MODIS LAI data from the NASA DAAC server for the SDA workflow.
MODIS_LAI_ts_filter(lai.csv, boundary = c(0.05, 0.95))
data frame: A data frame containing date, site id, lat, lon, lai, sd, and qc columns.
numeric: A vector contains the upper and lower quantiles for filtering lai records. The default is c(0.05, 0.95).
A data frame containing date, site id, lat, lon, lai, sd, and qc columns.
Dongchen Zhang