Package: earthdatalogin Title: NASA 'EarthData' Access Utilities Version: 0.0.5 Authors@R: c(person(given = "Carl", family = "Boettiger", , "cboettig@gmail.com", c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1642-628X")), person("Luis", "López", role = "aut", comment = c(ORCID = "0000-0003-4896-3263")), person("Yuvi", "Panda", role = "aut"), person("Bri", "Lind", role = "aut", comment = c(ORCID = "0000-0002-5306-9963")), person("Andy", "Teucher", role = "ctb", comment = c(ORCID = "0000-0002-7840-692X")), person("Openscapes", role = "fnd") ) Description: Providing easy, portable access to NASA 'EarthData' products through the use of bearer tokens. Much of NASA's public data catalogs hosted and maintained by its 12 Distributed Active Archive Centers ('DAACs') are now made available on the Amazon Web Services 'S3' storage. However, accessing this data through the standard 'S3' API is restricted to only to compute resources running inside 'us-west-2' Data Center in Portland, Oregon, which allows NASA to avoid being charged data egress rates. This package provides public access to the data from any networked device by using the 'EarthData' login application programming interface (API), , providing convenient authentication and access to cloud-hosted NASA 'EarthData' products. This makes access to a wide range of earth observation data from any location straight forward and compatible with R packages that are widely used with cloud native earth observation data (such as 'terra', 'sf', etc.) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: httr, openssl, purrr, utils, base64enc, httr2, jsonlite Suggests: knitr, rmarkdown, terra (>= 1.7.39), rsconnect, testthat (>= 3.0.0), curl, sf, fs, readr, spelling, gdalcubes, rstac URL: https://boettiger-lab.github.io/earthdatalogin/, https://github.com/boettiger-lab/earthdatalogin BugReports: https://github.com/boettiger-lab/earthdatalogin/issues VignetteBuilder: knitr Config/testthat/edition: 3 Language: en-US Config/pak/sysreqs: libssl-dev Repository: https://boettiger-lab.r-universe.dev Date/Publication: 2026-06-19 16:57:54 UTC RemoteUrl: https://github.com/boettiger-lab/earthdatalogin RemoteRef: HEAD RemoteSha: a284ee483656960c8d7bcc3086ad306da673e76a NeedsCompilation: no Packaged: 2026-06-19 18:38:20 UTC; root Author: Carl Boettiger [aut, cre, cph] (ORCID: ), Luis López [aut] (ORCID: ), Yuvi Panda [aut], Bri Lind [aut] (ORCID: ), Andy Teucher [ctb] (ORCID: ), Openscapes [fnd] Maintainer: Carl Boettiger