chirps 2.0.0 (2026-06-23)
NEW FEATURES
Added
get_chirps_raw()to provide direct access to CHIRPS raster products asterra::SpatRasterobjects without extracting values or reshaping outputs.Added support for CHIRPS v3, including both daily
rnl(ERA5-based) andsat(IMERG-based) products.Added
get_chirts_raw()to access CHIRTS-daily maximum temperature, minimum temperature, relative humidity, and heat index datasets as raster objects.Added
get_chirts_era5_raw()to access CHIRTS-ERA5 daily temperature datasets extending from 1980 to near-present.Added support for retrieving raw climate datasets directly from Climate Hazards Center (CHC) archives through remote Cloud Optimized GeoTIFF (COG) and GeoTIFF access.
ENHANCEMENTS
Added raster time metadata to raw raster outputs using
terra::time().Improved internal URL handling for CHIRPS and CHIRTS products through version-specific data source management.
Expanded package documentation with dataset descriptions, references, and citation guidance for CHIRPS v3, CHIRTS-daily, and CHIRTS-ERA5 products.
chirps 1.1 (2025-11-24)
CRAN release: 2025-11-24
- Housekeeping version to refresh libraries and formats as part of CRAN guidelines updates.
chirps 0.1.4.001 (2022-01-15)
BUG FIXES
Fixes bug where the first and last dates requested are not available as per https://github.com/ropensci/chirps/issues/46 and https://github.com/ropensci/chirps/issues/50
Fixes mismatched brackets in documentation
Fixes bug where geojson objects were not allowed, https://github.com/ropensci/chirps/commit/1cfb099d94e1b61aed5a3d372ea49b745f4bcc92
chirps 0.1.4.001 (2022-01-15)
ENHANCEMENTS
- Methods for objects of class “SpatExtent” in
get_chirps()andget_chirts()to return a raster within a given area
chirps 0.1.4 (2022-01-13)
CRAN release: 2022-01-13
ENHANCEMENTS
- Add new function
get_chirts()to fetch temperature data from CHC server (https://data.chc.ucsb.edu/products/CHIRTSdaily/v1.0/global_cogs_p05/) - Implement data fetching from CHC server in
get_chirps()which offers a better alternative for requests with multiple data points using GoC files from CHC server (https://data.chc.ucsb.edu/products/CHIRPS-2.0/global_daily/cogs/) and theterrapackage - New S3 methods in
get_chirps()for objects of class ‘SpatVector’ and ‘SpatRaster’ from theterrapackage - Data can be returned as an object of class ‘matrix’ when using the argument
as.matrix = TRUEin the S3 methods for objects of class ‘default’, ‘SpatVector’ and ‘SpatRaster’ - Updates the URL to request data from ClimateSERV
CHANGES IN BEHAVIOUR
- New argument
server =is added to indicate from which server the function should send the request, either ‘CHC’ or ‘ClimateSERV’. Please use the argumentserver = "ClimateSERV"for backward compatibility with previous versions of the package. - API requests to ClimateSERV use package httr instead of curl
- Argument
operation =inget_chirps()is only required whenserver = "ClimateSERV" - Updates function
as.geojson()to matches with the new requirements for ClimateSERV
chirps 0.1.2 (2020-07-12)
CRAN release: 2020-07-13
- Add citation info for JOSS paper
- Fix vignette build
- A S3 method
as.geojson()is added to replace the functionsdata.frame_to_geojson()andsf_to_geojson()
chirps 0.1.0 (2020-07-01)
CRAN release: 2020-07-03
- rOpenSci release version
ENHANCEMENTS
- Add
get_imerg()to fetch IMERG data https://disasters.nasa.gov/instruments/imerg
chirps 0.0.8 (2020-05-22)
CHANGES IN BEHAVIOUR
- Remove Imports of pkg ‘tibble’ which was basically to provide a “cool” print method.
- A new
print()method is added for objects that inherits the class ‘chirps_df’ - Pkg ‘methods’ was moved from Imports to Depends
- Comments/suggestions given by Jake Zwart in rOpenSci pkg review are added
chirps 0.0.4 (2020-01-03)
NEW FEATURES
S3 methods for objects of class “geojson” in
get_chirps()andget_esi()Package vignette
Prepare for submission to ropensci
ENHANCEMENTS
Validations in internal functions to transform ‘sf’ into geojson
Add properties features to geojson output in
get_chirps()andget_esi()via.add_geojson_properties()
