forked from ropensci/chirps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.85 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: chirps
Title: API Client for CHIRPS and CHIRTS
Version: 0.1.5
Authors@R: c(
person("Kauê", "de Sousa", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7571-7845")),
person("Adam H.", "Sparks", role = "aut",
comment = c(ORCID = "0000-0002-0061-8359")),
person("Aniruddha", "Ghosh", role = "aut",
comment = c(ORCID = "0000-0003-3667-8019")),
person("Pete", "Peterson", role = "ctb",
comment = "API Client implementation"),
person("William", "Ashmall", role = "ctb",
comment = "API Client implementation"),
person("Jacob", "van Etten", role = "ths",
comment = c(ORCID = "0000-0001-7554-2558")),
person("Svein Ø.", "Solberg", role = "ths",
comment = c(ORCID = "0000-0002-4491-4483"))
)
Description: API Client for the Climate Hazards Center 'CHIRPS' and
'CHIRTS'. The 'CHIRPS' data is a quasi-global (50°S – 50°N)
high-resolution (0.05 arc-degrees) rainfall data set, which
incorporates satellite imagery and in-situ station data to create
gridded rainfall time series for trend analysis and seasonal drought
monitoring. 'CHIRTS' is a quasi-global (60°S – 70°N), high-resolution
data set of daily maximum and minimum temperatures. For more details
on 'CHIRPS' and 'CHIRTS' data please visit its official home page
<https://www.chc.ucsb.edu/data>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/chirps/
BugReports: https://github.com/ropensci/chirps/issues
Depends:
methods,
R (>= 3.5.0)
Imports:
httr,
jsonlite,
sf,
stats,
terra (>= 1.2-10)
Suggests:
climatrends,
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2