-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
45 lines (45 loc) · 1.17 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
Package: ceramic
Title: Download Online Imagery Tiles
Version: 0.9.5
Authors@R: c(
person("Michael", "Sumner", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2471-7511")),
person("Miles", "McBain", role = c("ctb"),
comment = c(ORCID = "0000-0003-2865-2548")),
person("Ben", "Raymond", role = c("ctb"), comment = "regex wizardry")
)
Description: Download imagery tiles to a standard cache and load the data into raster objects.
Facilities for 'AWS' terrain <https://registry.opendata.aws/terrain-tiles/> terrain and 'Mapbox'
<https://www.mapbox.com/> servers are provided.
Depends: R (>= 3.5.0), terra
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.0
Roxygen: list(markdown = TRUE)
Imports:
curl,
dplyr,
fs (>= 1.3.0),
glue,
graphics,
purrr,
rappdirs,
rlang,
sp,
slippymath (>= 0.3.0),
stats,
tibble,
utils,
crsmeta,
vapour,
stringr,
wk
Suggests:
covr,
spelling,
testthat (>= 3.0.0)
URL: https://hypertidy.github.io/ceramic/
BugReports: https://github.com/hypertidy/ceramic/issues
Language: en-US
LazyData: true
Config/testthat/edition: 3