st_reskew


Description

args: rast, skewx, skewy, 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
skewx double precision IN
skewy double precision IN
algorithm text IN
maxerr double precision IN
rast USER-DEFINED IN
skewxy double precision IN
algorithm text IN
maxerr double precision IN