forked from AgrDataSci/ag5Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.31 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
Package: ag5Tools
Title: Toolbox for Downloading and Extracting Copernicus AgERA5 Data
Version: 0.0.2
Authors@R: c(person(given = "David",
family = "Brown",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2859-1618")),
person("Kaue", "de Sousa",
email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-7571-7845")),
person("Jacob", "van Etten", role = c("ths"),
comment = c(ORCID = "0000-0001-7554-2558")),
person("Sytze", "de Bruin", role = c("ths"),
comment = c(ORCID = "0000-0002-6884-2832")))
Description: Tools for downloading and extracting data from the Copernicus "Agrometeorological indicators
from 1979 to present derived from reanalysis"
<https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-agrometeorological-indicators?tab=overview> (AgERA5).
Config/reticulate/autoconfigure:
list(
packages = list(
list(package = "cdsapi", pip = TRUE)
)
)
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: terra, reticulate, fs, doParallel, foreach
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
URL: https://agrdatasci.github.io/ag5Tools/