Package: elevatr Title: Access Elevation Data from Various APIs Version: 0.99.1 Authors@R: c(person("Jeffrey", "Hollister", email = "hollister.jeff@epa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9254-9740")), person("Tarak", "Shah", role = "ctb"), person("Jakub", "Nowosad", role = "ctb", comment = c(ORCID = "0000-0002-1057-3721")), person("Alec L.", "Robitaille", role = "ctb", comment = c(ORCID = "0000-0002-4706-1762")), person("Marcus W.", "Beck", role = "rev", comment = c(ORCID = "0000-0002-4996-0059")), person("Mike", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5288-8350"))) URL: https://github.com/usepa/elevatr/ BugReports: https://github.com/usepa/elevatr/issues/ Maintainer: Jeffrey Hollister Description: Several web services are available that provide access to elevation data. This package provides access to many of those services and returns elevation data either as an 'sf' simple features object from point elevation services or as a 'raster' object from raster elevation services. In future versions, 'elevatr' will drop support for 'raster' and will instead return 'terra' objects. Currently, the package supports access to the Amazon Web Services Terrain Tiles , the Open Topography Global Datasets API , and the USGS Elevation Point Query Service . Depends: R (>= 3.5.0) Imports: httr, jsonlite, progressr, sf, terra, future, furrr, purrr, units, slippymath, curl, raster, methods License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Suggests: testthat, knitr, rmarkdown, formatR, progress VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libpng-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://usepa.r-universe.dev Date/Publication: 2025-09-09 13:44:35 UTC RemoteUrl: https://github.com/usepa/elevatr RemoteRef: HEAD RemoteSha: b3a0cdcf1f6a8e8bd4c18f0b015cd979a3489ccc NeedsCompilation: no Packaged: 2026-06-06 07:39:07 UTC; root Author: Jeffrey Hollister [aut, cre] (ORCID: ), Tarak Shah [ctb], Jakub Nowosad [ctb] (ORCID: ), Alec L. Robitaille [ctb] (ORCID: ), Marcus W. Beck [rev] (ORCID: ), Mike Johnson [ctb] (ORCID: )