-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
50 lines (50 loc) · 1.99 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: elevatr
Title: Access Elevation Data from Various APIs
Version: 1.0.0.9999
Authors@R: c(person("Jeffrey", "Hollister", email = "[email protected]",
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 <[email protected]>
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 <https://registry.opendata.aws/terrain-tiles/>,
the Open Topography Global Datasets
API <https://opentopography.org/developers/>, and the USGS
Elevation Point Query Service <https://apps.nationalmap.gov/epqs/>.
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.2