-
Notifications
You must be signed in to change notification settings - Fork 90
/
DESCRIPTION
101 lines (101 loc) · 2.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Package: mapview
Title: Interactive Viewing of Spatial Data in R
Version: 2.11.2.9000
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "tim.appelhans@gmail.com"),
person(given = "Florian",
family = "Detsch",
role = "aut",
email = "fdetsch@web.de"),
person(given = "Christoph",
family = "Reudenbach",
role = "aut",
email = "reudenbach@geo.uni-marburg.de"),
person(given = "Stefan",
family = "Woellauer",
role = "aut",
email = "stephan.woellauer@geo.uni-marburg.de"),
person(given = "Spaska",
family = "Forteva",
role = "ctb",
email = "spaska.forteva@geo.uni-marburg.de"),
person(given = "Thomas",
family = "Nauss",
role = "ctb",
email = "nauss@staff.uni-marburg.de"),
person(given = "Edzer",
family = "Pebesma",
role = "ctb"),
person(given = "Kenton",
family = "Russell",
role = "ctb"),
person(given = "Michael",
family = "Sumner",
role = "ctb"),
person(given = "Jochen",
family = "Darley",
role = "ctb",
email = "Debugger@jedimasters.de"),
person(given = "Pierre",
family = "Roudier",
role = "ctb"),
person(given = "Patrick",
family = "Schratz",
role = "ctb"),
person(given = "Environmental Informatics Marburg",
role = "ctb"),
person(given = "Lorenzo",
family = "Busetto",
role = "ctb"))
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Quickly and conveniently create interactive
visualisations of spatial data with or without background maps.
Attributes of displayed features are fully queryable via pop-up
windows. Additional functionality includes methods to visualise true-
and false-color raster images and bounding boxes.
License: GPL (>= 3) | file LICENSE
URL: https://github.com/r-spatial/mapview, https://r-spatial.github.io/mapview/
BugReports: https://github.com/r-spatial/mapview/issues
Depends:
methods,
R (>= 3.6.0)
Imports:
base64enc,
htmltools,
htmlwidgets,
lattice,
leafem,
leaflet (>= 2.0.0),
leafpop,
png,
raster (>= 3.6.3),
satellite,
scales (>= 0.2.5),
servr,
sf,
sp
Suggests:
covr,
knitr,
later,
leaflet.extras2,
leafsync,
lwgeom,
mapdeck,
plainview,
poorman,
rmarkdown,
rstudioapi,
s2,
stars,
tinytest,
webshot,
webshot2
ByteCompile: yes
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
SystemRequirements: GNU make