Benjamin Leutner

Results 9 comments of Benjamin Leutner

`rescaleImage` is working correctly. `xmin` and `xmax` are only needed if the values in the input raster do not contain the theoretical min and max values. As documented, this could...

That is correct of course. Yet, if you clamp beforehand, you have the choice to set all values exceeding the quantiles to NA, if you so wish. But I agree,...

No, this one is sufficient.

# Test and Example Datasets Transition Example datasets should be replaced with terra/sf versions. Test datasets should be retained but complemented with terra/sf versions. | dataset | type | class...

# Design desicions: * if input is `raster::Raster*`, should `raster::Raster*` or `terra::SpatRaster` be returned? * if input is `sp::Spatial*`, should `sp::Spatial*` or `sf::st_sf*` be returned?

makes sense, yes. I've been reworking large parts of superClass and will consider this suggestion. Also SpatRasterDatasets seems like a good input structure I wasn't aware of.

Hi Konstantin, great to have you on board! Stoked to see the project be revived. Cheers, Benni

thanks. The use-case is pre-defined, spatially clustered, hold-out folds.

Something has changed in roxygen2 that broke it. With an older version of roxygen2 (v. 5.0.1) the install was succesful for me.