-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.3 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
Package: maptiles
Title: Download and Display Map Tiles
Version: 0.9.0
Authors@R: c(person(given = "Timothée",
family = "Giraud",
email = "[email protected]",
role = c("cre","aut"),
comment = c(ORCID = "0000-0002-1932-3323")),
person(given = "Diego",
family = "Hernangómez",
role = c("ctb"),
comment = c(ORCID = "0000-0001-8457-4658")),
person(given = "Robert J.",
family = "Hijmans",
role = c("ctb"),
comment = c(ORCID = "0000-0001-5872-2872")),
person(given = "Hugh A.",
family = "Graham",
role = c("ctb")))
Description: To create maps from tiles, 'maptiles' downloads, composes and
displays tiles from a large number of providers (e.g. 'OpenStreetMap',
'Stadia', 'Esri', 'CARTO', or 'Thunderforest').
URL: https://github.com/riatelab/maptiles/
BugReports: https://github.com/riatelab/maptiles/issues/
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
sf,
curl,
digest,
graphics,
grDevices,
png,
terra,
tools,
slippymath,
utils
Suggests:
covr,
tinytest
Encoding: UTF-8
RoxygenNote: 7.3.2