Konstantin Müller
Konstantin Müller
@bappa10085 You are correct, `caret` converts it, however, `terra` does not. I am first using `terra::predict` before feeding anything into `caret` which seems to have some problems with factors. I...
Do you still have the data to test it on the refactored version 0.4.0 @mschmidty ?
Table will be updated here as a new contributor, hi, is on-board trying his best to fix some stuff: | fun | ui_raster | ui_vector | internal_terra | internal_sf |...
> # 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...
switched to terra in mr #98
PR #88 solves it, thanks @roblatham00
Sorry for the late response: Hmmm, unfortunately, I cannot reproduce the error... However, I would suggest it has something to do with NA or NaN values and the nBins argument,...
Just attach the data in a GitHub comment here or upload it at transferxl.com or wetransfer or somewhere... But let's stay in that issue here
Evening, the issue was with several values() calls within the function in where I forgot to pass `na.rm=T`, since your rasters had NA values, mmin and co. where NA, which...