st_rescale


Description

args: rast, scalex, scaley, algorithm=NearestNeighbour, maxerr=0.125 - Resample a raster by adjusting only its scale (or pixel size). 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
scalex double precision IN
scaley double precision IN
algorithm text IN
maxerr double precision IN
rast USER-DEFINED IN
scalexy double precision IN
algorithm text IN
maxerr double precision IN