-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.09 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
Package: GVI
Type: Package
Title: R package for computing VGVI for Spatial Raster
Version: 1.2
Date: 2021-11-25
Authors@R:
c(person(given = "Sebastian",
family = "Brinkmann",
role = c("aut", "cre"),
email = "sebastian.brinkmann@fau.de",
comment = c(ORCID = "0000-0001-9835-7347")),
person(given = "S.M.",
family = "Labib",
role = c("aut"),
email = "sml80@medschl.cam.ac.uk",
comment = c(ORCID = "0000-0002-4127-2075")))
Description: Uses a R Viewshed implementation to calculate a GVI surface from a DSM, DTM and Greenness Surface.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/STBrinkmann/GVI
BugReports: https://github.com/STBrinkmann/GVI/issues
Imports:
doParallel,
dplyr,
foreach,
magrittr,
purrr,
raster,
Rcpp (>= 1.0.8),
sf,
terra,
tidyr,
graphics,
methods,
utils,
ggplot2,
scales
Depends:
R (>= 3.3.0)
LinkingTo:
Rcpp,
RcppProgress
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3