Module Snap Points to Grid
Moves all points to grid cell positions that have the highest orlowest value respectively within the given search distance around each point.
- Author: O.Conrad (c) 2012
 
- Specification: grid
 
- Menu: Shapes|Points
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Points | Shapes (input) | INPUT | - | - | 
 | Grid | Grid (input) | GRID | - | - | 
| Output | Result (*) | Shapes (optional output) | OUTPUT | - | - | 
 | Moves (*) | Shapes (optional output) | MOVES | - | - | 
| Options | Search Distance (Map Units) | Floating point | DISTANCE | - | Minimum: 0.000000 Default: 0.000000 | 
 | Search Shape | Choice | SHAPE | - | Available Choices: [0] circle [1] square Default: 0 | 
 | Extreme | Choice | EXTREME | - | Available Choices: [0] minimum [1] maximum Default: 1 | 
| (*) optional | 
Command-line
Usage: saga_cmd shapes_points 20 -INPUT <str> -GRID <str> [-OUTPUT <str>] [-MOVES <str>] [-DISTANCE <str>] [-SHAPE <str>] [-EXTREME <str>]
  -INPUT:<str>   	Points
	Shapes (input)
  -GRID:<str>    	Grid
	Grid (input)
  -OUTPUT:<str>  	Result
	Shapes (optional output)
  -MOVES:<str>   	Moves
	Shapes (optional output)
  -DISTANCE:<str>	Search Distance (Map Units)
	Floating point
	Minimum: 0.000000
	Default: 0.000000
  -SHAPE:<str>   	Search Shape
	Choice
	Available Choices:
	[0] circle
	[1] square
	Default: 0
  -EXTREME:<str> 	Extreme
	Choice
	Available Choices:
	[0] minimum
	[1] maximum
	Default: 1