Module for raster reprojection. It can reproject also GRASS raster maps into a new Location with a different projection.
Inputs
- the raster that has to be reprojected
- the code defining the target coordinate reference system, composed by authority and code number (ex. EPSG:4328)
- the interpolation type to use:
- 0 : nearest neightbour
- 1 : bilinear
- 2 : bicubic
Output
- the output raster reprojected into the new coordinate reference system