powered by
Login to EOSDIS EarthData before querying servers and download data
mf_login(credentials, verbose = TRUE)
None.
vector string of length 2 with username and password. optional if the function mf_login was previously executed.
boolean. optional. Verbose (default TRUE)
An EOSDIS EarthDataaccount is mandatory to download the data. You can create a free account here : https://urs.earthdata.nasa.gov/.
if (FALSE) { username <- "earthdata_un" password <- "earthdata_pw" mf_login(credentials = c(username,password)) }
Run the code above in your browser using DataLab