-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.78 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
Package: streamDepletr
Title: Estimate Streamflow Depletion Due to Groundwater Pumping
Version: 0.2.0
Description: Implementation of analytical models for estimating streamflow
depletion due to groundwater pumping, and other related tools. Functions
are broadly split into two groups: (1) analytical streamflow depletion
models, which estimate streamflow depletion for a single stream reach
resulting from groundwater pumping; and (2) depletion apportionment
equations, which distribute estimated streamflow depletion among multiple
stream reaches within a stream network. See Zipper et al. (2018) <doi:10.1029/2018WR022707>
for more information on depletion apportionment equations and Zipper et
al. (2019) <doi:10.1029/2018WR024403> for more information on analytical
depletion functions, which combine analytical models and depletion apportionment
equations.
Authors@R: c(
person("Sam", "Zipper", email = "samzipper@ku.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8735-5757")),
person("Ben", "Kerr", email = "ben@foundryspatial.com", role = "ctb"),
person("Tom", "Gleeson", email = "tgleeson@uvic.ca", role = "ctb", comment = c(ORCID = "0000-0001-9493-7707")),
person("Qiang", "Li", email = "liqiang1205@gmail.com", role = "rev", comment = c(ORCID = "0000-0003-2221-6905")),
person("Foundry Spatial Ltd.", role = "cph")
)
Maintainer: Sam Zipper <samzipper@ku.edu>
Copyright: Foundry Spatial Ltd.
URL: https://github.com/FoundrySpatial/streamDepletr
BugReports: https://github.com/FoundrySpatial/streamDepletr/issues
Depends: R (>= 3.5)
License: BSD_3_clause + file LICENSE
Imports:
Rmpfr,
dplyr,
sf
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
ggplot2,
tidyr,
scales
VignetteBuilder: knitr