You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".