st_rescale(raster, double precision, text, double precision)


Description

args: rast, scalexy, 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
scalexy double precision IN
algorithm text IN
maxerr double precision IN