Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

release v1.3-0

Pre-release
Pre-release

Choose a tag to compare

@Jonnathan-Landi Jonnathan-Landi released this 12 Feb 01:26
· 39 commits to main since this release

Version 1.3-0 (CRAN)

New Features

  • Removed dependency on 'dplyr' and migrated all code to 'data.table' to ensure efficiency and speed for large data sets.
  • Added functionality to apply point-to-pixel validation. The metrics analyzed are: Pearson correlation coefficient (CC), root mean square error (RMSE), modified Kling-Gupta efficiency (KGE), relative bias (PBIAS), probability of detection (POD), false alarm rate (FAR), critical success index (CSI).
  • Removed dependencies on external libraries for FAR, POD, CSI calculations. Calculations are now performed using R base functions.
  • A complete refactoring of the code has been carried out to improve its efficiency and ease of maintenance.

Bug Fixe

  • Fixed a bug in 'wet.day' when set to False, rounding was still performed.
  • Fixed 'pboptions' slash bug that caused a new slash to be created at each iteration when setting char = “=”.