-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 857 Bytes
/
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
Package: plotsphere
Title: Plotting simple features on an interactive sphere
Version: 0.0.0.9000
Authors@R:
person(given = "Lorenz",
family = "Beck",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4898-3539"))
Description: This package enables sperhical plotting for simple features with
ellipsoidal coordinates. It is developed to compare differences in
spatial geometries between ellipsoidal and projected simple features
by viusalizing both on an interactive sphere.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
LazyData: true
Imports:
rgl,
sf,
lwgeom,
sfdct,
utils
Depends:
R (>= 2.10)