prism 0.3.0

I am very sorry for the delay in getting a working version of prism updated based on the API changes that were made in September 2025. In the near future, we will be updating the entire package to take advantage of the newly available cloud optimized GeoTiff (COG) format. For now, most of the package still downloads the previously relied on .bil files. The exception is described more below. Thank you to @ran-codes for the heavy lifting in switching to the new API.

The package now posts a warning if the prism archive contains folders from the old API. Our recommendation is to start fresh, and re-download any old data you need. The package has probably not been fully stress tested with a combination of data from the old API with the new API.

Breaking Changes

Major but Under-the-Hood Changes

Minor Enhancements (non-API breaking changes)

prism 0.2.3

Released March 25, 2025

prism 0.2.2

Released March 18, 2025 - this version was pulled down from CRAN on March 20, 2025 for violating CRAN policies b/c prism_check_dl_dir() suggests a default directory (~/prismtmp) and the example files create this folder and leave it behind. This is resolved in the next patch version.

Minor Enhancements (non-API breaking changes)

Bug Fixes and Clean Up

prism 0.2.1

Released October 17, 2023

Minor Enhancements

Bug Fixes and Clean Up

prism 0.2.0

Published December 5, 2020

Thanks to @jsta for updating the README and helping with several other under the hood fixes.

Breaking Changes

Major Updates

There are two overall major updates with this release. (1) All functions should work with all temporal periods and all variables; previously some functions only worked with daily data and not all variables were able to be downloaded from the prism website. (2) A new API was implemented that results in many functions being deprecated in favor of the updated naming convention. This change was intended to provide consistent names for functions that apply to different steps in the work flow implemented in this package. The details of these changes are:

Other Changes

prism 0.1.0

Minor changes

Bug fixes

Under the hood

prism 0.0.7

Changes

Bug fixes