-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.62 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
Package: rayshader
Type: Package
Title: Create Maps and Visualize Data in 2D and 3D
Version: 0.33.6
Date: 2023-01-08
Author: Tyler Morgan-Wall
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.7.4),
rayvertex (>= 0.4.16),
rayrender (>= 0.28.4)
Suggests: reshape2,
viridis,
av,
magick,
ggplot2,
sf,
isoband,
car (>= 3.1-1),
geosphere,
gifski,
ambient,
terra,
lidR,
elevatr,
gridExtra
LinkingTo: Rcpp, progress, RcppArmadillo
RoxygenNote: 7.2.1
URL: https://www.rayshader.com, https://github.com/tylermorganwall/rayshader, https://www.rayshader.com/
BugReports: https://github.com/tylermorganwall/rayshader/issues
Remotes: tylermorganwall/rayimage,
tylermorganwall/rayrender,
tylermorganwall/rayvertex,
dmurdoch/rgl