View source: R/grd_import_data.R
Function to import a data / time series that was downloaded with the package getremotedata
1 2 | grd_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 |
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" . |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.