forked from r-spatial/mapview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.99 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.99 KB
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
Package: mapview
Type: Package
Title: Interactive Viewing of Spatial Data in R
Version: 2.4.13
Date: 2018-07-15
Authors@R: c(
person("Tim", "Appelhans", email = "tim.appelhans@gmail.com", role = c("cre", "aut")),
person("Florian", "Detsch", email = "fdetsch@web.de", role = c("aut")),
person("Christoph", "Reudenbach", email = "reudenbach@geo.uni-marburg.de", role = c("aut")),
person("Stefan", "Woellauer", email = "stephan.woellauer@geo.uni-marburg.de", role = c("aut")),
person("Spaska", "Forteva", email = "spaska.forteva@geo.uni-marburg.de", role = c("ctb")),
person("Thomas", "Nauss", email = "nauss@staff.uni-marburg.de", role = c("ctb")),
person("Edzer", "Pebesma", role = c("ctb")),
person("Kenton", "Russell", role = c("ctb")),
person("Michael", "Sumner", role = c("ctb")),
person("Jochen", "Darley", email = "Debugger@jedimasters.de", role = c("ctb")),
person("Pierre", "Roudier", role = c("ctb")),
person("Environmental Informatics Marburg", role = c("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, bounding boxes, small multiples and 3D raster data cubes.
License: GPL (>= 3) | file LICENSE
URL: https://github.com/r-spatial/mapview
BugReports: https://github.com/r-spatial/mapview/issues
LazyData: TRUE
Depends:
R (>= 2.10),
methods
Imports:
leaflet,
sp,
raster,
satellite,
scales (>= 0.2.5),
brew,
htmlwidgets,
htmltools,
png,
Rcpp (>= 0.11.3),
lattice,
webshot,
viridisLite,
sf,
base64enc,
svglite,
uuid
LinkingTo: Rcpp
RoxygenNote: 6.0.1
SystemRequirements: GNU make
ByteCompile: yes
Suggests:
knitr,
rmarkdown,
dplyr,
testthat,
covr,
lwgeom