Recent Releases of KrigR

KrigR - v0.9.0

New and Improved version of KrigR. Restoring of full pre-non-rgdal KrigR functionality.

Manual Changelog:

  1. 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
  2. Quality of life changes:
    • package load message
    • citation implementation
    • bioclimatic data in extdata

What's Next

  1. Bugfixes
  2. Re-development of workshop material

What's Changed

  • Update README.md by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/79
  • V 0.9.0 Release to Master branch by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/82
  • Release v.0.9.0 by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/83

Full Changelog: https://github.com/ErikKusch/KrigR/compare/v0.3.0...v0.9.0

- R
Published by ErikKusch over 1 year ago

KrigR - v0.3.0

Development version of KrigR.

Full removal of rgdal dependency which keeps breaking the installation for users.

Manual Changelog:

  1. 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
  2. Old functions still deprecated

What's Changed

  • Development by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/77

- R
Published by ErikKusch almost 2 years ago

KrigR - v0.1.3

Stable Version of KrigR

The first version of KrigR which runs stable and as intended and presented in corresponding publications.

Requires installation of rgdal.

- R
Published by ErikKusch almost 2 years ago

KrigR - v0.2.0

Development version of KrigR.

A first step towards removing rgdal dependency which keeps breaking the installation for users.

Manual Changelog:

  1. Introduced functionality:
    • CDownloadS() - an updated version of download_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
    • Miscellaneous helper functions to support CDownloadS()
  2. 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 https://github.com/ErikKusch/KrigR/pull/5
  • CDS Backend Issues for Forecast Data Sets by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/6
  • Quality of Life Improvements by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/7
  • First-hour fixes for 1950 by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/8
  • Aggregation Speed Improvements & Monthly Ensemble Member Precipitation Fix by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/9
  • Removal of Variable_List function by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/10
  • Parallel Progress Bars by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/11
  • Fixes to Source argument usage in pipeline call of krigR() as highlig… by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/13
  • Fix for western-hemisphere extent issue that has CDS report extents f… by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/14
  • Fix for 1-hour downloads by @ErikKusch in https://github.com/ErikKusch/KrigR/pull/15
  • download script throwing error: by @beatonan in https://github.com/ErikKusch/KrigR/pull/16

New Contributors

  • @beatonan made their first contribution in https://github.com/ErikKusch/KrigR/pull/16

Full Changelog: https://github.com/ErikKusch/KrigR/commits/Dev

- R
Published by ErikKusch almost 2 years ago