get_settings_gee | R Documentation |
Defines settings for settings for Google Earth Engine download
for a pre-defined set of "bundles" (c("modis_fpar",
"modis_evi", "modis_lai", "modis_gpp")
).
get_settings_gee(
bundle = "modis_fpar",
python_path = system("which python", intern = TRUE),
gee_path = ".",
data_path = ".",
method_interpol = "linear",
keep = FALSE,
overwrite_raw = FALSE,
overwrite_interpol = FALSE
)
bundle |
A character string specifying which dataset (bundle)
to download. Defaults to |
python_path |
A character string specifying the local path to the python executable |
gee_path |
A character string specifying the local path to the
|
data_path |
A character string specifying the path of where the data
should be downloaded to.
Defaults to |
method_interpol |
A character string specifying which interpolation
method to use. Defaults to linear interpolation ( |
keep |
A logical specifying whether to keep all intermediate data
(before filtering, and before imputing mean seasonal cycle),
and all alternative interpolation results. Defaults to |
overwrite_raw |
A logical specifying whether raw data as downloaded
from GEE is to be overwritten. Defaults to |
overwrite_interpol |
A logical specifying whether processed
(interpolated) data, is to be overwritten. Defaults to |
A named list containing information required for download from Google Earth Engine.
## Not run: settings_gee <- get_settings_gee()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.