SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Gradient Vector from Polar to Cartesian Coordinates

Converts gradient vector from polar coordinates (direction or aspect angle and length or tangens of slope) to directional components (Cartesian).
The tool supports three conventions on how the angle of direction can be supplied:
(a) mathematical: direction angle is zero in East direction and the angle increases counterclockwise
(b) geographical: direction angle is zero in North direction and the angle increases clockwise
(c) zero direction and orientation are user defined

Parameters

 NameTypeIdentifierDescriptionConstraints
InputDirectionGrid (input)DIR--
LengthGrid (input)LEN--
OutputX ComponentGrid (output)DX--
Y ComponentGrid (output)DY--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
Polar Angle UnitsChoiceUNITS-Available Choices:
[0] radians
[1] degree
Default: 0
Polar Coordinate SystemChoiceSYSTEM-Available Choices:
[0] mathematical
[1] geographical
[2] user defined
Default: 1
User defined Zero DirectionFloating pointSYSTEM_ZEROgiven in degree clockwise from North directionMinimum: 0.000000
Maximum: 360.000000
Default: 0.000000
User defined OrientationChoiceSYSTEM_ORIENT-Available Choices:
[0] clockwise
[1] counterclockwise
Default: 0

Command-line

Usage: saga_cmd grid_calculus 16 [-DIR <str>] [-LEN <str>] [-DX <str>] [-DY <str>] [-UNITS <str>] [-SYSTEM <str>] [-SYSTEM_ZERO <double>] [-SYSTEM_ORIENT <str>]
  -DIR:<str>           	Direction
	Grid (input)
  -LEN:<str>           	Length
	Grid (input)
  -DX:<str>            	X Component
	Grid (output)
  -DY:<str>            	Y Component
	Grid (output)
  -UNITS:<str>         	Polar Angle Units
	Choice
	Available Choices:
	[0] radians
	[1] degree
	Default: 0
  -SYSTEM:<str>        	Polar Coordinate System
	Choice
	Available Choices:
	[0] mathematical
	[1] geographical
	[2] user defined
	Default: 1
  -SYSTEM_ZERO:<double>	User defined Zero Direction
	Floating point
	Minimum: 0.000000
	Maximum: 360.000000
	Default: 0.000000
  -SYSTEM_ORIENT:<str> 	User defined Orientation
	Choice
	Available Choices:
	[0] clockwise
	[1] counterclockwise
	Default: 0