-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
53 lines (53 loc) · 1.6 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
Type: Package
Package: terrainr
Title: Landscape Visualizations in R and 'Unity'
Version: 0.7.5.9000
Authors@R: c(
person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-304X")),
person("Mike", "Johnson", role = "rev",
comment = "Mike reviewed the package (v. 0.2.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/416>"),
person("Sydney", "Foks", role = "rev",
comment = "Sydney reviewed the package (v. 0.2.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/416>")
)
Description: Functions for the retrieval, manipulation, and visualization
of 'geospatial' data, with an aim towards producing '3D' landscape
visualizations in the 'Unity' '3D' rendering engine. Functions are
also provided for retrieving elevation data and base map tiles from
the 'USGS' National Map <https://apps.nationalmap.gov/services/>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/terrainr/, https://github.com/ropensci/terrainr
BugReports: https://github.com/ropensci/terrainr/issues
Imports:
base64enc,
ggplot2 (>= 3.4.0),
glue,
grDevices,
httr,
magick (>= 2.5.0),
methods,
png,
rlang,
sf (>= 1.0-5),
terra,
unifir,
units
Suggests:
brio,
covr,
jpeg,
knitr,
progress,
progressr,
rmarkdown,
testthat,
tiff
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)