Changelog
Source:NEWS.md
PEcAn.benchmark 1.7.5.9000
Added
- Added Python pipeline (
inst/ilamb/) to convert PEcAn SDA reanalysis GeoTIFFs to ILAMB-compatible CF netCDF (cVeg, cSoil, mrsol, lai) with unit tests (#4019).
Fixed
metric_PPMC(): addeduse = "pairwise.complete.obs"tostats::cor()so the Pearson correlation is computed on available pairs rather than returningNAwhenever any observation is missing. This matches the behaviour ofmetric_cor()in the same package.Improved clarity of code examples that are not run at check time.