st_reskew(raster, double precision, text, double precision)


Description

args: rast, skewxy, algorithm=NearestNeighbour, maxerr=0.125 - Resample a raster by adjusting only its skew (or rotation parameters). New pixel values are computed using the NearestNeighbor (english or american spelling), Bilinear, Cubic, CubicSpline or Lanczos resampling algorithm. Default is NearestNeighbor.

Parameters

Name Type Mode
rast USER-DEFINED IN
skewxy double precision IN
algorithm text IN
maxerr double precision IN