grd_import_data: Import the data in R

Description Usage Arguments

View source: R/grd_import_data.R

Description

Function to import a data / time series that was downloaded with the package getremotedata

Usage

1
2
grd_import_data(df_data_to_import, collection, variable = NULL,
  roi = NULL, output = "RasterBrick")

Arguments

df_data_to_import

data.frame. Contains the path to the data that were downloaded. Typically output grd_get_url

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" .


ptaconet/getRemoteData documentation built on March 11, 2020, 11:08 p.m.