Changes in version 1.1 (2025-11-24) - Housekeeping version to refresh libraries and formats as part of CRAN guidelines updates. Changes in version 0.1.4.001 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 ENHANCEMENTS - Methods for objects of class "SpatExtent" in get_chirps() and get_chirts() to return a raster within a given area Changes in version 0.1.4 (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 the terra package - New S3 methods in get_chirps() for objects of class 'SpatVector' and 'SpatRaster' from the terra package - Data can be returned as an object of class 'matrix' when using the argument as.matrix = TRUE in 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 argument server = "ClimateSERV" for backward compatibility with previous versions of the package. - API requests to ClimateSERV use package httr instead of curl - Argument operation = in get_chirps() is only required when server = "ClimateSERV" - Updates function as.geojson() to matches with the new requirements for ClimateSERV Changes in version 0.1.3 - GitHub version with ongoing updates and changes in behaviour. Changes in version 0.1.2 (2020-07-13) - Add citation info for JOSS paper - Fix vignette build - A S3 method as.geojson() is added to replace the functions data.frame_to_geojson() and sf_to_geojson() Changes in version 0.1.0 (2020-07-03) - rOpenSci release version ENHANCEMENTS - Add get_imerg() to fetch IMERG data https://disasters.nasa.gov/instruments/imerg Changes in version 0.0.8 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 Changes in version 0.0.6 ENHANCEMENTS - Comments/suggestions given by Claudia Vitolo in rOpenSci pkg review are added - dataframe_to_geojson(), sf_to_geojson() are added as exported functions avoiding chirps::: - documentation for tapajos is given avoiding chirps::: Changes in version 0.0.5 ENHANCEMENTS - Fix comments given by good practice goodpractice::gp(). Avoid long code lines, it is bad for readability. Avoid 1:length(...), 1:nrow(...), 1:ncol(...), 1:NROW(...) and 1:NCOL(...) expressions. Not import packages as a whole, as this can cause name clashes between the imported packages. Changes in version 0.0.4 NEW FEATURES - S3 methods for objects of class "geojson" in get_chirps() and get_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() and get_esi() via .add_geojson_properties() Changes in version 0.0.3 NEW FEATURES - get_esi is added to retrieve Evaporative Stress Index with S3 methods for "data.frame" and "sf" - S3 methods for objects of class "data.frame" and "sf" in get_chirps CHANGES IN BEHAVIOUR - .get_request_progress and a while condition are added to check the progress of large requests and prevent the function to fail. - .GET is added as a general function to retrieve other datasets from ClimateSERV - improvements in internal functions documentation Changes in version 0.0.2 NEW FEATURES - Calculate precipitation indices with precip_indices over a time span Changes in version 0.0.1 - GitHub-only release of prototype package.