Type: Package Package: chirps Title: Access Climate Hazards Center Datasets Version: 2.0 Authors@R: c( person("Kauê", "de Sousa", , "desousa.kaue@gmail.com", 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")), person("Emanuele", "Cordano", role="aut",comment=c(ORCID="0000-0002-3508-5898")) ) Description: Provides access to Climate Hazards Center (CHC) datasets including CHIRPS v2, CHIRPS v3, CHIRTS-daily, and CHIRTS-ERA5. 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 CHC datasets please visit their official home page . 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 RoxygenNote: 7.3.2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-23 08:27:34 UTC RemoteUrl: https://github.com/ropensci/chirps RemoteRef: master RemoteSha: 4c4dc3caffae43e7bdfb12f7523a9170a92e2cea NeedsCompilation: no Packaged: 2026-07-01 08:27:14 UTC; root Author: Kauê de Sousa [aut, cre] (ORCID: ), Adam H. Sparks [aut] (ORCID: ), Aniruddha Ghosh [aut] (ORCID: ), Pete Peterson [ctb] (API Client implementation), William Ashmall [ctb] (API Client implementation), Jacob van Etten [ths] (ORCID: ), Svein Ø. Solberg [ths] (ORCID: ), Emanuele Cordano [aut] (ORCID: ) Maintainer: Kauê de Sousa