st_transform(raster, raster, text, double precision)


Description

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