forked from tylermorganwall/rayshader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 989 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
Package: rayshader
Type: Package
Title: Create and Visualize Hillshaded Maps from Elevation Matrices
Version: 0.9.1
Date: 2019-01-26
Author: Tyler Morgan-Wall
Maintainer: Tyler Morgan-Wall <[email protected]>
Description: Uses a combination of raytracing, spherical texture mapping, lambertian reflectance, and ambient occlusion to produce hillshades of elevation matrices. Includes water detection and layering functions, programmable color palette generation, several built-in textures, 2D and 3D plotting options, and the ability to export 3D maps to a 3D printable format.
License: GPL-3
LazyData: true
Depends: R (>= 3.0.2)
Imports: doParallel,
foreach,
Rcpp,
progress,
raster,
scales,
png,
magrittr,
rgl,
imager,
rgdal
LinkingTo: Rcpp, progress, RcppArmadillo
RoxygenNote: 6.1.1
URL: https://github.com/tylermorganwall/rayshader
BugReports: https://github.com/tylermorganwall/rayshader/issues