Skip to content

v1.2.9

Llewyn Randall requested to merge fixes-v1.2.9 into main

Failed test fixes

  • Ensure dashes (-) are substituted for underscores (_) in predictor layers
    • data.frame(x) converts '-' to '.' causing name mismatch errors

Improvements

  • Option for users to select a "base layer" for experiments which determines:
    • The resolution for resampling spatial rasters;
    • The CRS for reprojecting the raster stack, occurence/absence points and training/prediction constraints
  • Additional handling allowing models to be trained under a different constrained region to which predictions are made.

Merge request reports