mf_login | R Documentation |
Login to EOSDIS EarthData before querying servers and download data
mf_login(credentials, verbose = "inform")
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". |
An EOSDIS EarthData account is mandatory to download the data. You can create a free account here : https://urs.earthdata.nasa.gov/.
None.
## Not run:
username <- "earthdata_un"
password <- "earthdata_pw"
mf_login(credentials = c(username, password))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.