-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
32 lines (32 loc) · 990 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
30
31
32
Package: openSTARS
Type: Package
Title: An Open Source Implementation of the 'ArcGIS' Toolbox 'STARS'
Description: An open source implementation of the 'STARS' toolbox
(Peterson & Ver Hoef, 2014, <doi:10.18637/jss.v056.i02>) using 'R' and 'GRASS GIS'.
It prepares the *.ssn object needed for the 'SSN' package.
A Digital Elevation Model (DEM) is used to derive stream networks
(in contrast to 'STARS' that can clean an existing stream network).
Version: 1.2.3
Authors@R: c(person("Mira", "Kattwinkel", role = c("aut","cre"),
email = "[email protected]"),
person("Eduard", "Szöcs", role = c("aut"),
email = "[email protected]"))
URL: https://github.com/MiKatt/openSTARS
Depends:
R (>= 3.3),
data.table,
rgrass7
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: true
Imports:
methods,
progress,
rgdal,
sp,
raster,
SSN
RoxygenNote: 7.1.2
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr