mf_login: Login to EOSDIS EarthData account

View source: R/mf_login.R

mf_loginR Documentation

Login to EOSDIS EarthData account

Description

Login to EOSDIS EarthData before querying servers and download data

Usage

mf_login(credentials, verbose = TRUE)

Arguments

credentials

vector string of length 2 with username and password. optional if the function mf_login was previously executed.

verbose

boolean. optional. Verbose (default TRUE)

Details

An EOSDIS EarthDataaccount is mandatory to download the data. You can create a free account here : https://urs.earthdata.nasa.gov/.

Value

None.

Examples


## Not run: 
username <- "earthdata_un"
password <- "earthdata_pw"
mf_login(credentials = c(username,password))

## End(Not run)


modisfast documentation built on Sept. 11, 2024, 8:15 p.m.