-
Notifications
You must be signed in to change notification settings - Fork 211
/
DESCRIPTION
58 lines (58 loc) · 1.72 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
Package: rayshader
Type: Package
Title: Create Maps and Visualize Data in 2D and 3D
Version: 0.38.4
Date: 2024-12-13
Authors@R:
person("Tyler", "Morgan-Wall", email = "[email protected]",role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0002-3131-3814"))
Maintainer: Tyler Morgan-Wall <[email protected]>
Description: Uses a combination of raytracing and multiple hill shading methods to produce 2D and 3D data visualizations and maps. Includes water detection and layering functions, programmable color palette generation, several built-in textures for hill shading, 2D and 3D plotting options, a built-in path tracer, 'Wavefront' OBJ file export, and the ability to save 3D visualizations to a 3D printable format.
License: GPL-3
LazyData: true
Depends: R (>= 4.1)
Imports: doParallel,
foreach,
Rcpp,
progress,
raster,
scales,
png,
jpeg,
magrittr,
rgl (>= 0.110.7),
grDevices,
grid,
utils,
methods,
terrainmeshr,
rayimage (>= 0.12.1),
rayvertex (>= 0.11.4),
rayrender (>= 0.36.5)
Suggests:
reshape2,
viridis,
av,
magick,
ggplot2,
sf,
isoband,
car (>= 3.1-1),
geosphere,
gifski,
ambient,
terra,
lidR,
elevatr,
gridExtra,
testthat (>= 3.0.0),
osmdata,
raybevel (>= 0.1.3)
LinkingTo: Rcpp, progress, RcppArmadillo
RoxygenNote: 7.3.2
Encoding: UTF-8
URL: https://www.rayshader.com,
https://github.com/tylermorganwall/rayshader
BugReports: https://github.com/tylermorganwall/rayshader/issues
Config/testthat/edition: 3
Remotes: tylermorganwall/raybevel, tylermorganwall/rayimage, tylermorganwall/rayrender