Prepare MODIS LAI data from the NASA DAAC server for the SDA workflow.
Source:R/MODIS_LAI_prep.R
Prep.MODIS.CSV.from.DAAC.RdPrepare MODIS LAI data from the NASA DAAC server for the SDA workflow.
Usage
Prep.MODIS.CSV.from.DAAC(
site_info,
extent,
from,
to,
download.outdir,
csv.outdir,
credential_path
)Arguments
- site_info
list: Bety list of site info including site_id, lon, and lat.
- extent
numeric: A vector contains the bounding box that covers all sites (West longitude, East longitude, South latitude ,North latitude).
- from
character: the start time for searching the MODIS products.
- to
character: the end time for searching the MODIS products.
- download.outdir
character: Where the MODIS tiles will be stored.
- csv.outdir
character: Where the final CSV file will be stored.
- credential_path
Character: physical path to the credential file (.netrc file).