Gradient Lines from Points
- Author: O.Conrad (c) 2020
- Menu: Visualization | Shapes
Description
Create lines representing gradients from point data attributes. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Points | shapes, input | POINTS | - | - | 
| Output | Gradient | shapes, output | GRADIENTS | - | - | 
| Target Points | shapes, output, optional | TARGETS | - | - | 
| Options | Direction | table field | DIRECTION | The direction measured in degrees with the North direction as origin and increasing clockwise. | - | 
| Length | table field | LENGTH | - | - | 
| X-Component | table field | X_COMP | - | - | 
| Y-Component | table field | Y_COMP | - | - | 
| Gradient Definition | choice | DEFINITION | - | Available Choices:
[0] direction and length
[1] directional components
Default: 0 | 
| Length Scaling Factor | floating point number | SCALING | - | Minimum: 0.000000
Default: 1.000000 | 
Command Line
Usage: saga_cmd shapes_tools 30 [-POINTS ] [-DIRECTION ] [-LENGTH ] [-X_COMP ] [-Y_COMP ] [-DEFINITION ] [-SCALING ] [-GRADIENTS ] [-TARGETS ]
  -POINTS:    	Points
	shapes, input
  -DIRECTION: 	Direction
	table field
  -LENGTH:    	Length
	table field
  -X_COMP:    	X-Component
	table field
  -Y_COMP:    	Y-Component
	table field
  -DEFINITION:	Gradient Definition
	choice
	Available Choices:
	[0] direction and length
	[1] directional components
	Default: 0
  -SCALING:	Length Scaling Factor
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -GRADIENTS: 	Gradient
	shapes, output
  -TARGETS:   	Target Points
	shapes, output, optional