Releases: ErikKusch/KrigR
Releases · ErikKusch/KrigR
v0.9.0
New and Improved version of KrigR.
Restoring of full pre-non-rgdal KrigR functionality.
Manual Changelog:
- Introduced functionality:
BioClim()
function to prepare obtain bioclimatic variables- Can pull water variable from different dataset than temperature variable for increased efficiency
Plotting.[...]()
functionality for:- SpatRasters
- Covariate lists
- Kriged data
- bioclimatic variables
- Quality of life changes:
- package load message
- citation implementation
- bioclimatic data in extdata
What's Next
- Bugfixes
- Re-development of workshop material
What's Changed
- Update README.md by @ErikKusch in #79
- V 0.9.0 Release to Master branch by @ErikKusch in #82
- Release v.0.9.0 by @ErikKusch in #83
Full Changelog: v0.3.0...v0.9.0
v0.3.0
Development version of KrigR
.
Full removal of rgdal
dependency which keeps breaking the installation for users.
Manual Changelog:
- Introduced functionality:
CovariateSetup()
function to prepare Covariates for Kriging- Can prepare GMTED2010 data
- Also allows user-supplied covariate data to be supplied and subsequently prepared
Kriging()
function for (multi-core) Kriging- No longer allows skipping of layers with data issues. The user will be alerted of these
- Better progress bar than previous
- Old functions still deprecated
What's Changed
- Development by @ErikKusch in #77
v0.1.3
v0.2.0
Development version of KrigR
.
A first step towards removing rgdal
dependency which keeps breaking the installation for users.
Manual Changelog:
- Introduced functionality:
CDownloadS()
- an updated version ofdownload_ERA()
which supersedes the latter in a few key ways:- Full
terra
implementation - More efficient downloads and temporal aggregation
- Metadata approach for input validation and future widened support of datasets hosted at CDS
- Full
- Miscellaneous helper functions to support
CDownloadS()
- Deprecated functionality (all of these will be made functional again in the next release):
download_ERA()
BioClim()
download_DEM()
krigR()
Pulls and Commits
- Reorganisation of CDS Storage of Era5-Land and Implementation of Forced Singular Download by @ErikKusch in #5
- CDS Backend Issues for Forecast Data Sets by @ErikKusch in #6
- Quality of Life Improvements by @ErikKusch in #7
- First-hour fixes for 1950 by @ErikKusch in #8
- Aggregation Speed Improvements & Monthly Ensemble Member Precipitation Fix by @ErikKusch in #9
- Removal of Variable_List function by @ErikKusch in #10
- Parallel Progress Bars by @ErikKusch in #11
- Fixes to Source argument usage in pipeline call of krigR() as highlig… by @ErikKusch in #13
- Fix for western-hemisphere extent issue that has CDS report extents f… by @ErikKusch in #14
- Fix for 1-hour downloads by @ErikKusch in #15
- download script throwing error: by @beatonan in #16
New Contributors
Full Changelog: https://github.com/ErikKusch/KrigR/commits/Dev