mco_get_smap_appeears.Rd
Download the NASA Soil Moisture Active Passive (SMAP) data for Montana
mco_get_smap_appeears( id = "SPL4SMGP", group = "Geophysical_Data", name = "sm_rootzone", start_date = "latest", end_date = "latest", raw_dir = NULL )
id | A SMAP dataset to extract.
|
---|---|
group | The SMAP dataset group name to extract. |
name | The SMAP dataset variable name to extract. |
start_date | An object of class Date or a character string formatted as %Y-%m-%d (e.g., "2016-04-01") which specifies the end date of the download. |
raw_dir | A directory in which to download the raw SMAP data. If missing, data are downloaded to a temporary directory. |
A raster brick of the desired SMAP dataset.
if (FALSE) { mco_get_smap_appeears() }