Description Usage Arguments Value Author(s) See Also Examples
View source: R/EarthdataLogin.R
Create a hidden .netrc
file with Earthdata login credentials in your
home directory. The information included therein is used to login to
https://urs.earthdata.nasa.gov/ which is a mandatory requirement in
order to download MODIS data from LP DAAC, LAADS and NSIDC (see also
MODISoptions
). If .netrc
does exists the function can
be used to re-enter credentials.
1 | EarthdataLogin(usr = NULL, pwd = NULL)
|
usr, pwd |
Login credentials as |
The invisible
Earthdata login credentials as list
.
Matteo Mattiuzzi and Florian Detsch
https://docs.opendap.org/index.php/DAP_Clients_-_Authentication#LDAP (section 2.2)
https://wiki.earthdata.nasa.gov/display/EL/How+To+Access+Data+With+cURL+And+Wget
1 2 3 4 | ## Not run:
EarthdataLogin()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.