Alex
Alex
Is it possible to move forward and back in an object similar to what is done [here](https://www.youtube.com/watch?v=ibJxDw70uqE)? Panning with the mouse moves up/down or left/right, but not forward/back and combining...
I can't seem to create an easy reproducible example, but in some cases when plotting rasters I get a warning that says "Warning message: In fetch(.x, ..., downsample = downsample)...
Rasters don't seem to be rendering when running mapview on a list of rasters which is a supported format according to the mapview help. Multiple rasters can still be plotted...
It seems that levels of categorical rasters get a bit messed up when read in with `raster::raster` (or `raster::brick` when using multiband objects) . I've tried with the CRAN (3.5.15)...
I've tried with both the CRAN (3.5.15) and development versions (3.5.19) but I can't seem to write a multiband raster object that contains a categorical layer. ``` library(raster) r
Sometimes I'd like to fit a single model using `superClass` or `unsuperClass` on several disjointed areas where I have raster data of the same variables. The way I've done this...
I'm using the latest version of RStoolbox and R 3.6.3. When using superClass with model= "ranger", type="prob", and predict=TRUE, I sometimes get layers for each class that just contain 0...
Within caret's trainControl they have a "sampling" option which allows for up sampling, down sampling, smote sampling, and rose sampling. Is it possible to access those options through the superClass...
Hitting the information boxes (e.g the one at the start of level 2 before your go down the pipe) causes the game to become unresponsive forcing you to quit.
I'm working on parallelizing focal operations by breaking large rasters into smaller chunk/tiles by row and then sending out each chunk to a different core (ailich/GLCMTextures#25). However, since focal operations...