View source: R/eodf_import_data.R
eodf_import_data | R Documentation |
Function to import a data / time series that was downloaded with one of the packages opendapr
, getremotedata
or shub4r
eodf_import_data(df_data_to_import, collection, variable = NULL,
roi = NULL, output = "RasterBrick")
df_data_to_import |
data.frame. Contains the path to the data that were downloaded. Typically output of |
collection |
character string the name of a collection |
variable |
character string the name of a variables |
roi |
sf the ROI. Mandatory for SMAP collection, else, not necessary |
output |
character string the output. "RasterBrick" or "stars". At now stars is implemented only for MODIS and VIIRS collections |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.