is.rotated.Rd
Check if a SpatRaster is "rotated" and needs to be rectified before it can be used
See rectify
rectify
# S4 method for class 'SpatRaster' is.rotated(x)
SpatRaster
logical. One value for each raster data *source*
r <- rast(nrows=10, ncols=10, vals=1:100) is.rotated(r) #> [1] FALSE