-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
38 lines (38 loc) · 1.15 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: rayvista
Type: Package
Title: A {rayshader} plugin to simplify plotting 3d elevation with map overlays
Version: 0.1.7.4
Date: 2021-10-27
Authors@R:
person(given = "Hugh",
family = "Graham",
role = c("aut", "cre"),
email = "hugh.a.graham@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0001-9451-5010"))
Maintainer: Hugh Graham <hugh.a.graham@gmail.com>
Description: This package is a plugin for the {rayshader} package. It provides a
simple function to plot the elevation around a given lat lon location with a
specified sarch radius, for the extent of an sf(readable) object or a
user-provided elevation raster with a map overlay draped over the terrain.
terrain data (when it isn't provided) is aquired via {elevatr} and map data
is from {maptiles}.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
rayshader,
sf,
maptiles,
elevatr,
magrittr,
raster(>= 3.3-16),
terra,
geosphere,
purrr
Depends:
R (>= 3.5.0)
Suggests:
rgdal (>= 1.5-23)
URL: https://github.com/h-a-graham/rayvista
BugReports: https://github.com/h-a-graham/rayvista/issues