rectify {terra} | R Documentation |
Rectify a SpatRaster
Description
Rectify a rotated SpatRaster into a non-rotated object
Usage
## S4 method for signature 'SpatRaster'
rectify(x, method="bilinear", aoi=NULL, snap=TRUE,
filename="", ...)
Arguments
x |
SpatRaster to be rectified |
method |
character. Method used to for resampling. See |
aoi |
SpatExtent or SpatRaster to crop |
snap |
logical. If |
filename |
character. Output filename |
... |
additional arguments for writing files as in |
Value
SpatRaster
See Also
[Package terra version 1.7-78 Index]