View source: R/ingest_modis_bysite.R
ingest_modis_bysite | R Documentation |
Requires a list of sites, and a settings file.
ingest_modis_bysite(siteinfo, settings)
siteinfo |
site info data frame |
settings |
download settings |
Returns a list of two data frames, one with data at original modis dates (df), and one interpolated to all days (ddf).
A named list containing information required for download from Google Earth Engine.
## Not run:
df <- ingest_modis_bysite( bundle = "modis_fpar" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.