-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 2 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
Type: Package
Package: AquaBEHER
Title: Estimation and Prediction of Wet Season Calendar and Soil Water Balance for Agriculture
Version: 1.4.0
Authors@R: c(person("Robel", "Takele", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-0151-2537")),
person("Matteo", "Dell'Acqua", role = c("aut", "ctb"), email = "[email protected]",
comment = c(ORCID = "0000-0001-5703-8382")))
Author: Robel Takele [aut, cre] (<https://orcid.org/0000-0003-0151-2537>),
Matteo Dell'Acqua [aut, ctb] (<https://orcid.org/0000-0001-5703-8382>)
Maintainer: Robel Takele <[email protected]>
Description: Computes and integrates daily potential evapotranspiration (PET)
and a soil water balance model. It allows users to estimate and predict the
wet season calendar, including onset, cessation, and duration, based
on an agroclimatic approach for a specified period. This functionality
helps in managing agricultural water resources more effectively. For
detailed methodologies, users can refer to Allen et al. (1998,
ISBN:92-5-104219-5); Allen (2005, ISBN:9780784408056); Doorenbos and
Pruitt (1975, ISBN:9251002797); Guo et al. (2016)
<doi:10.1016/j.envsoft.2015.12.019>; Hargreaves and Samani (1985)
<doi:10.13031/2013.26773>; Priestley and Taylor (1972)
<https://journals.ametsoc.org/view/journals/apme/18/7/1520-0450_1979_018_0898_tptema_2_0_co_2.xml>.
License: GPL (>= 3)
URL: https://github.com/RobelTakele/AquaBEHER,
https://robeltakele.github.io/AquaBEHER/
BugReports: https://github.com/RobelTakele/AquaBEHER/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
lubridate,
magrittr,
rlang,
sp,
terra,
zoo
Suggests:
ggplot2,
ggrepel,
knitr,
learnr,
prettydoc,
rmarkdown,
scales,
stringr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2