mco_get_smap_appeears: Download the NASA Soil Moisture Active Passive (SMAP) data...

View source: R/mco_get_smap_appeears.R

mco_get_smap_appeearsR Documentation

Download the NASA Soil Moisture Active Passive (SMAP) data for Montana

Description

Download the NASA Soil Moisture Active Passive (SMAP) data for Montana

Usage

mco_get_smap_appeears(
  id = "SPL4SMGP",
  group = "Geophysical_Data",
  name = "sm_rootzone",
  version = 4,
  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

## Not run: 
mco_get_smap_appeears()

## End(Not run)

mt-climate-office/mcor documentation built on March 27, 2024, 6:30 p.m.