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