Skip to content

mlr3spatiotempcv 0.2.1

Compare
Choose a tag to compare
@pat-s pat-s released this 20 Mar 17:32
  • Add support for rasterLayer argument in blockCV::spatialBlock() (#94)
  • Ensure that blockCV::spatialBlock() functions actually returns the same result when invoked via {mlr3spatiotempcv} (#93).
    Among other issues, blockCV::spatialBlock(selection = "checkerboard") was ignored.
  • Get coordinates names from {sf} objects dynamically.
    Before some functions would have errored if the coordinate names were not named "x" and "y".