st_transform(raster, integer, double precision, double precision, text, double precision)


Description

args: rast, srid, scalex, scaley, algorithm=NearestNeighbor, maxerr=0.125 - Reprojects a raster in a known spatial reference system to another known spatial reference system using specified resampling algorithm. Options are NearestNeighbor, Bilinear, Cubic, CubicSpline, Lanczos defaulting to NearestNeighbor.

Parameters

Name Type Mode
rast USER-DEFINED IN
srid integer IN
scalex double precision IN
scaley double precision IN
algorithm text IN
maxerr double precision IN