-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.17 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
Package: quadmesh
Type: Package
Title: Quadrangle Mesh
Version: 0.5.5.9001
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com")
Description: Create surface forms from matrix or 'raster' data for flexible plotting and
conversion to other mesh types. The functions 'quadmesh' or 'triangmesh'
produce a continuous surface as a 'mesh3d' object as used by the 'rgl'
package. This is used for plotting raster data in 3D (optionally with
texture), and allows the application of a map projection without data loss and
many processing applications that are restricted by inflexible regular grid rasters.
There are discrete forms of these continuous surfaces available with
'dquadmesh' and 'dtriangmesh' functions.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Depends: R (>= 2.10)
Encoding: UTF-8
Imports:
raster,
gridBase,
png,
sp,
geometry,
reproj (>= 0.4.0),
scales,
palr,
terra
Suggests:
knitr,
rmarkdown,
testthat,
covr
URL: https://github.com/hypertidy/quadmesh
BugReports: https://github.com/hypertidy/quadmesh/issues
VignetteBuilder: knitr
ByteCompile: true