-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 872 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
27
28
29
Package: protoVS
Type: Package
Title: Fast single point viewsheds using viewshed prototyping
Version: 1.0
Date: 2022-04-04
Author@R:
person(given = "Sebastian",
family = "Brinkmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9835-7347"))
Description:
Single point viewsheds are required for calculating the Viewshed Greenness Visibility Index (VGVI).
This R package provides functions to demonstrate a novel algorithm with reduced computation time using viewshed prototyping.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/STBrinkmann/protoVS
BugReports: https://github.com/STBrinkmann/protoVS/issues
Imports:
dplyr,
magrittr,
raster,
Rcpp (>= 1.0.8),
sf,
terra
LinkingTo:
Rcpp,
RcppProgress
RoxygenNote: 7.2.1