-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 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
39
40
Package: cubeview
Title: View 3D Raster Cubes Interactively
Version: 0.2.4
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "tim.appelhans@gmail.com"),
person(given = "Stefan",
family = "Woellauer",
role = "aut",
email = "stephan.woellauer@geo.uni-marburg.de"),
person("three.js authors",
role = c("ctb", "cph"),
comment = "three.js library"))
Maintainer: Tim Appelhans <tim.appelhans@gmail.com>
Description: Creates a 3D data cube view of a RasterStack/Brick, typically a
collection/array of RasterLayers (along z-axis) with the same geographical
extent (x and y dimensions) and resolution, provided by package 'raster'.
Slices through each dimension (x/y/z), freely adjustable in location,
are mapped to the visible sides of the cube. The cube can be freely rotated.
Zooming and panning can be used to focus on different areas of the cube.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 2.10)
Imports:
base64enc,
htmltools,
htmlwidgets,
lattice,
raster,
stars,
svglite,
viridisLite
Suggests:
methods,
shiny
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2