This package provides extensions for the package
spatialwarnings to handle
GIS formats transparently. After installing and loading this package, functions
in spatialwarnings will be able to use the following raster data format(s)
without explicit conversion:
RasterLayer(from packageraster)
spatialwarningsGis is not on CRAN (yet?). You can install it using the
package devtools:
if ( ! requireNamespace("devtools") ) {
install.packages("devtools")
}
devtools::install_github("spatial-ews/spatialwarningsGis")You need to have spatialwarnings installed, either through CRAN or through
Github. After loading spatialwarnings, load this package normally:
library(spatialwarningsGis)The functions in spatialwarnings will now work with the raster objects mentioned above.