Learn R Programming

modisfast (version 1.0.2)

mf_login: Login to EOSDIS EarthData account

Description

Login to EOSDIS EarthData before querying servers and download data

Usage

mf_login(credentials, verbose = "inform")

Value

None.

Arguments

credentials

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

verbose

string. Verbose mode ("quiet", "inform", or "debug"). Default "inform".

Details

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

Examples

Run this code
if (FALSE) {
username <- "earthdata_un"
password <- "earthdata_pw"
mf_login(credentials = c(username, password))
}

Run the code above in your browser using DataLab