Prep.MODIS.CSV.from.DAAC.Rd
Prepare MODIS LAI data from the NASA DAAC server for the SDA workflow.
Prep.MODIS.CSV.from.DAAC(
site_info,
extent,
from,
to,
download.outdir,
csv.outdir
)
list: Bety list of site info including site_id, lon, and lat.
numeric: A vector contains the bounding box that covers all sites (West longitude, East longitude, South latitude ,North latitude).
character: the start time for searching the MODIS products.
character: the end time for searching the MODIS products.
character: Where the MODIS tiles will be stored.
character: Where the final CSV file will be stored.
A data frame containing LAI and sd for each site and each time step.