View source: R/ingest_gee_bysite.R
ingest_gee_bysite | R Documentation |
Returns a list of two data frames, one with data at original modis dates (df), and one interpolated to all days (ddf).
ingest_gee_bysite(
df_siteinfo,
start_date,
end_date,
overwrite_raw,
overwrite_interpol,
band_var,
band_qc,
prod,
prod_suffix,
varnam,
productnam,
scale_factor,
period,
python_path,
gee_path,
data_path,
method_interpol,
keep
)
df_siteinfo |
xxx |
start_date |
xxx |
end_date |
xxx |
overwrite_raw |
xxx |
overwrite_interpol |
xxx |
band_var |
xxx |
band_qc |
xxx |
prod |
xxx |
prod_suffix |
xxx |
varnam |
xxx |
productnam |
xxx |
scale_factor |
xxx |
period |
xxx |
python_path |
xxx |
gee_path |
xxx |
data_path |
xxx |
method_interpol |
xxx |
keep |
xxx |
A named list containing information required for download from Google Earth Engine.
settings_gee <- get_settings_gee( bundle = "modis_fpar" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.