RStoolbox
RStoolbox copied to clipboard
Remote Sensing Data Analysis in R 🛰
Hello, I am trying to do some atmospheric corrections on Landsat 8 data in Rstudio. Following previous code that I have seen I have run this so far. install.packages("raster") install.packages("rgdal")...
# Function transition Transition all RStoolbox spatial functions to use only terra and sf, while maintaining backward compatibility to sp and raster. See [switch_to_terra](https://github.com/bleutner/RStoolbox/tree/switch_to_terra) branch ⚠️ table not yet completely...
Considering ``` wave
See: https://r-spatial.org/r/2022/04/12/evolution.html. **sp** on CRAN now offers control of the environment variable, so the attached log is from `_SP_EVOLUTION_STATUS_=2 _R_CHECK_FORCE_SUGGESTS_=FALSE R CMD check RStoolbox_0.3.0.tar.gz`: [00check.log](https://github.com/bleutner/RStoolbox/files/9055839/00check.log)
I have an Apple Silicon MacBook. ``` p166r077
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 am trying to perform a `supervised classification` using `polygon spatial data` and a `RGB` raster. However, I am getting the following error even though `rgdal` picks up the shapefile...
I can't seem to get pifMatch() to work. I keep getting the error: ``` > test r_0101 class : RasterStack dimensions : 17674, 14122, 249592228, 4 (nrow, ncol, ncell, nlayers)...
Hello There! I'm currently trying to do some spectral unmixing with Landsat 4-8 Data. For this, i am using the mesma() function, developed by jakob schwalb-willmann. Apart from some vegetational...
According to the `mesma` documentation, returned values are expected where "each value representing the estimated presence probability of the endmember per pixel (**0 to 1**)". However, the resulting rasters in...