Package: earthdatalogin
Title: NASA 'EarthData' Access Utilities
Version: 0.0.3
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),
  <https://www.earthdata.nasa.gov/data/earthdata-login>,
  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
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
NeedsCompilation: no
Packaged: 2025-07-11 04:00:22 UTC; jovyan
Author: Carl Boettiger [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1642-628X>),
  Luis López [aut] (ORCID: <https://orcid.org/0000-0003-4896-3263>),
  Yuvi Panda [aut],
  Bri Lind [aut] (ORCID: <https://orcid.org/0000-0002-5306-9963>),
  Andy Teucher [ctb] (ORCID: <https://orcid.org/0000-0002-7840-692X>),
  Openscapes [fnd]
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-11 04:20:02 UTC
Built: R 4.5.2; ; 2025-12-27 02:53:42 UTC; windows
