-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.14 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
Package: watershed
Title: Tools for Watershed Delineation
Version: 0.4.9
Authors@R:
person(given = "Matthew",
family = "Talluto",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c("ORCID" = "0000-0001-5188-7332"))
Description: This is a simplified set of tools for deriving a river network from digital elevation data. The package relies on GRASS GIS (v. 7.4 to 7.8) to do the heavy lifting. An installation of GRASS and the rgrass7 package is required for watershed to function. Note that this is meant to be a simplified workflow for watershed delineation using only R code; for more options users can use rgrass7 to access GRASS GIS functions directly.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 4.1.0)
Imports:
rgrass7 (>= 0.2),
raster (>= 3.3),
sf (>= 0.9),
units (>= 0.6),
terra (>= 1.5),
Matrix (>= 1.2)
SystemRequirements:
GRASS GIS (>= 7.4)
Suggests:
data.table (>= 1.14),
knitr,
rmarkdown,
testthat,
fasterize
VignetteBuilder: knitr