- Improve
get_ice_mask()
,get_land_mask()
, anddistance_from_sea()
to work on series rather than just on slices.
- Updates on how time is handled to stay in sync with changes in
terra
.
- Added lai to Krapp2021 (the variable is now also present in the original OSF repository for that dataset).
- Change column names in
data.frame
returned bylocation_series()
to matchlocation_slice()
- Allow for interpolation of nearest neighbours in
location_series()
, and allow for a buffer on estimates returned by thelocation_*()
functions.
- Update of Krapp2021 files to make them compatible with how
terra
now handles time. Users will have to re-download datasets. Old files can be removed withclean_data_path()
- Small updates for CRAN submission.
-
Provide additional information about variables and their units, and create pretty labels for plots.
-
Names of locations are now stored automatically in the outputs.
-
Update how time is handled to work with
terra
1.6-41 (which now imports units from netcdf files).
-
Expand functionality to handle time series for regions; rename functions to extract data for regions and locations to make them consistent. Old code will still work, but will raise a warning that the functions are deprecated.
-
Remove the need for
pastclimData
, we now put any data in the user dir returned byR>=4.0.0
. This removes the need of re-downloading the data when upgradingR
. -
Add monthly variables to Beyer2020 and Krapp2021.
- Fix bug when information was extracted for just one location.
- Initial public release