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
)

Arguments

id

A SMAP dataset to extract.

SPL3FTA

Radar Northern Hemisphere Daily Freeze/Thaw State

SPL3SMA

Radar Global Daily Soil Moisture

SPL3SMP

Radiometer Global Soil Moisture

SPL3SMAP

Radar/Radiometer Global Soil Moisture

SPL4SMAU

Surface/Rootzone Soil Moisture Analysis Update

SPL4SMGP

Surface/Rootzone Soil Moisture Geophysical Data

SPL4SMLM

Surface/Rootzone Soil Moisture Land Model Constants

SPL4CMDL

Carbon Net Ecosystem Exchange

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.

Value

A raster brick of the desired SMAP dataset.

Examples

if (FALSE) { mco_get_smap_appeears() }