Rectify a rotated SpatRaster into a non-rotated object
# S4 method for SpatRaster
rectify(x, method="bilinear", filename="", overwrite=FALSE, wopt=list(), ...)
Raster* object to be rectified
character. Method used to for resampling. See resample
character. Output filename. Optional
logical. If TRUE
, filename
is overwritten
list. Options for writing files as in writeRaster
additional arguments. None implemented
SpatRaster