-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
64 lines (64 loc) · 1.99 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
Package: anglr
Type: Package
Title: Mesh Topology and Visualization for Spatial Data
Version: 0.8.0.9003
Authors@R: c(person("Michael D.","Sumner",
role = c("aut", "cre"),
email ="[email protected]"),
person("Miles", "McBain", role = c("ctb")))
Description: Gives direct access to generic 3D tools and provides a full suite
of mesh-creation and 3D plotting functions. By extending the 'rgl' package
conversion and visualization functions for the 'mesh3d' class a wide variety of
complex spatial data can be brought into 3D scenes. These tools allow for
spatial raster, polygons, and lines that are common in 'GIS' contexts to be
converted into mesh forms with high flexibility and the ability to integrate
disparate data types. Vector and raster data can be seamlessly combined as
meshes, and surfaces can be set to have material properties based on data
values or with image textures. Textures and other data combinations use
projection transformations to map between coordinate systems, and objects can
be easily visualized in an interactive scene at any stage. This package relies
on the 'RTriangle' package for high-quality triangular meshing which is
licensed restrictively under 'CC BY-NC-SA 4.0'.
License: CC BY-NC-SA 4.0
Depends: R (>= 3.4.0)
Imports:
crsmeta (>= 0.3.0),
dplyr,
gridBase,
magrittr,
palr,
png,
polyclip,
raster,
reproj (>= 0.4.2),
rgl (>= 0.107.8),
rlang,
RTriangle,
scales,
silicate (>= 0.6.1),
sp,
terrainmeshr,
tibble,
unjoin,
utils,
viridis,
colourvalues
Suggests:
covr,
ggplot2,
graticule,
knitr,
purrr,
rmarkdown,
sfheaders,
testthat (>= 2.1.0),
trip,
gibble
Roxygen: list(markdown = TRUE)
SystemRequirements: PROJ library, OpenGL and GLU Library
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr
URL: https://github.com/hypertidy/anglr
BugReports: https://github.com/hypertidy/anglr/issues