A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

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

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

Climate Change - Climate Downscaling - R
Published by ErikKusch 6 months 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

Climate Change - Climate Downscaling - R
Published by ErikKusch 9 months 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.

Climate Change - Climate Downscaling - R
Published by ErikKusch 10 months 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

New Contributors

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

Climate Change - Climate Downscaling - R
Published by ErikKusch 10 months ago