SAGA-GIS Module Library Documentation (v2.1.3)

Module Grid Orientation

Copy, mirror (horizontally or vertically) and invert grid values. If the target is not set, the changes will be stored to the original grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
OutputChanged Grid (*)Grid (optional output)RESULT--
OptionsMethodChoiceMETHOD-Available Choices:
[0] Copy
[1] Flip
[2] Mirror
[3] Invert
Default: 0
(*) optional

Command-line

Usage: saga_cmd grid_tools 19 -INPUT <str> [-RESULT <str>] [-METHOD <str>]
  -INPUT:<str> 	Grid
	Grid (input)
  -RESULT:<str>	Changed Grid
	Grid (optional output)
  -METHOD:<str>	Method
	Choice
	Available Choices:
	[0] Copy
	[1] Flip
	[2] Mirror
	[3] Invert
	Default: 0