Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
 
NAME
i.rotate  - Rotates the image around the centre of the computational window
KEYWORDS
imagery, 
rotation, 
computation window centre
SYNOPSIS
i.rotate
i.rotate --help
i.rotate input=name output=name angle=degrees  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
 
Parameters:
- input=name [required]
- Name of input raster map
- output=name [required]
- Name for output raster map
- angle=degrees [required]
- Rotation angle
- Default: 20.0
 
DESCRIPTION
i.rotate Rotates a input raster by a clockwise angle. 
NOTES
TODO
Checking if all pixels in output raster are populated, if not apply a NN algorithm.
SEE ALSO
i.flip
AUTHORS
Yann Chemin, CGIAR, Sri Lanka
SOURCE CODE
Available at: i.rotate source code (history)
Main index |
Imagery index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2020
GRASS Development Team,
GRASS GIS 7.8.3dev Reference Manual