-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.27 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
Package: mapSpain
Type: Package
Title: Administrative Boundaries of Spain Including CCAA, Provinces and Municipalities
Version: 0.1.0
Authors@R:
c(person(given = "Diego",
family = "Hernangómez",
role = c("aut", "cre", "cph"),
email = "diego.hernangomezherrero@gmail.com",
comment = c(ORCID = "0000-0001-8457-4658")),
person(given = "EuroGraphics",
role = "cph",
comment = "for the administrative boundaries.")
)
Description: Administrative Boundaries of Spain based on
the GISCO (Geographic Information System of the Commission) Eurostat database
<https://ec.europa.eu/eurostat/web/gisco>. It also provides a leaflet plugin
and the ability of downloading and processing static tiles.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
BugReports: https://github.com/dieghernan/mapSpain/issues
URL: https://dieghernan.github.io/mapSpain/, https://github.com/dieghernan/mapSpain
Depends:
R (>= 3.6.0)
Imports:
sf (>= 0.9),
countrycode (>= 1.2.0),
giscoR (>= 0.2.0),
raster (>= 3.0),
png (>= 0.1-5),
slippymath (>= 0.3.1),
leaflet (>= 2.0.0)
Suggests:
cartography (>= 2.4),
rgdal,
tinytest