mlr3spatial icon indicating copy to clipboard operation
mlr3spatial copied to clipboard

Spatial objects within the mlr3 ecosystem

Results 4 mlr3spatial issues
Sort by recently updated
recently updated
newest added
trafficstars

Not sure what it takes or if it's even possible for `predict_spatial()` but we should at least evaluate if we can support `progressr::with_progress()` for parallel prediction runs.

When supplying a SpatRaster stack (very large one dim = 98939, 173775, 2), to predict_spatial(), it throws back an `error: [names

When trying to use the `predict_spatial` function, if there are rasters with similar names in the stack of predictor raster layers an error is reported and the function fails. Here...