st_resize


Description

args: rast, percentwidth, percentheight, algorithm=NearestNeighbor, maxerr=0.125 - Resize a raster to a new width/height

Parameters

Name Type Mode
rast USER-DEFINED IN
width text IN
height text IN
algorithm text IN
maxerr double precision IN
rast USER-DEFINED IN
width integer IN
height integer IN
algorithm text IN
maxerr double precision IN
rast USER-DEFINED IN
percentwidth double precision IN
percentheight double precision IN
algorithm text IN
maxerr double precision IN