You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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