Parameters
| Name | Type | Mode |
|---|---|---|
| rast | USER-DEFINED | IN |
| srid | integer | IN |
| algorithm | text | IN |
| maxerr | double precision | IN |
| scalex | double precision | IN |
| scaley | double precision | IN |
args: rast, srid, algorithm=NearestNeighbor, maxerr=0.125, scalex, scaley - 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.
| Name | Type | Mode |
|---|---|---|
| rast | USER-DEFINED | IN |
| srid | integer | IN |
| algorithm | text | IN |
| maxerr | double precision | IN |
| scalex | double precision | IN |
| scaley | double precision | IN |