Package: ag5Tools Title: Toolbox for Downloading and Extracting Copernicus AgERA5 Data Version: 0.0.3 Authors@R: c(person(given = "David", family = "Brown", role = c("aut", "cre"), email = "db877@cornell.edu", comment = c(ORCID = "0000-0003-2859-1618")), person("Kaue", "de Sousa", email = "desousa.kaue@gmail.com", 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" (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.3.3 Suggests: rmarkdown, knitr VignetteBuilder: knitr URL: https://agrdatasci.github.io/ag5Tools/ Config/pak/sysreqs: cmake libgdal-dev gdal-bin libgeos-dev make libpng-dev libuv1-dev libproj-dev python3 libsqlite3-dev Repository: https://agrdatasci.r-universe.dev Date/Publication: 2026-03-26 18:41:01 UTC RemoteUrl: https://github.com/agrdatasci/ag5tools RemoteRef: HEAD RemoteSha: d051ec9f2b4fb23ef437d65a05a56f0a86f2f78a NeedsCompilation: no Packaged: 2026-07-03 21:28:11 UTC; root Author: David Brown [aut, cre] (ORCID: ), Kaue de Sousa [ctb] (ORCID: ), Jacob van Etten [ths] (ORCID: ), Sytze de Bruin [ths] (ORCID: ) Maintainer: David Brown