-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
60 lines (60 loc) · 1.29 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
54
55
56
57
58
59
60
Package: ihydro
Title: Integrated hydrology tools for aquatic environmental science
Version: 0.0.1
Authors@R: c(
person(given = "Patrick",
family = "Schaefer",
email = c("[email protected]"),
role = c("aut", "cre"))
)
Description: Implements workflows associated with geospatial
analysis of aquatic systems. Uses user defined Digital Elevation
Models (DEM) to produce attributed stream line vectors, catchment and subcatchment
polygones, and pairwise distances among stream segments. Sampling points
may be inserted to stream network.
URL: https://github.com/p-schaefer/ihydro
BugReports: https://github.com/p-schaefer/ihydro/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Remotes:
p-schaefer/hydroweight
Imports:
carrier,
data.table,
DBI,
dbplyr,
dtplyr,
exactextractr,
nngeo,
parallel,
promises,
units,
rlang,
RSQLite,
dplyr,
furrr,
future,
hydroweight,
magrittr,
memuse,
progressr,
purrr,
sf,
sfheaders,
stars,
stringr,
tidyr,
tidyselect,
tibble,
terra,
units,
whitebox,
Depends:
R (>= 4.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr