-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathDESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
Package: cd
Title: Climate Departure Analysis from ERA5-Land Reanalysis
Version: 0.4.0
Date: 2026-06-25
Authors@R: c(
person("Allan", "Irvine", , "al@newgraphenvironment.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128")),
person("New Graph Environment Ltd.", role = "cph")
)
Description: Compute climate anomalies from ERA5-Land reanalysis data for
custom areas of interest. Producer functions download ERA5-Land
monthly means, derive variables (VPD, RH, soil moisture), and publish
Cloud-Optimized GeoTIFFs with a static STAC catalog. Consumer
functions query the catalog, crop to AOI, compute baselines and
anomalies for arbitrary reference periods, and run trend analysis
(Mann-Kendall and Theil-Sen).
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/cd
BugReports: https://github.com/NewGraphEnvironment/cd/issues
Depends:
R (>= 4.1)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
aws.s3,
bookdown,
ecmwfr,
ggplot2,
ggrepel,
gt,
kableExtra,
Kendall,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyterra,
withr,
zyp
Config/testthat/edition: 3
Imports:
curl,
dplyr,
jsonlite,
rappdirs,
rlang,
sf,
stringr,
terra,
tibble