Tool Distance (ViGrA)
Distance to feature cells on a raster. Feature cells are all cells not representing a no-data value.
References
- Author: O.Conrad (c) 2009
 
- Menu: Imagery|ViGrA [deprecated]
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Features | grid, input | INPUT | Features are all pixels not representing a no-data value. | - | 
| Output | Distance | grid, output | OUTPUT | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Type of distance calculation | choice | NORM | - | Available Choices: [0] Chessboard [1] Manhattan [2] Euclidean Default: 0 | 
Command-line
Usage: saga_cmd imagery_vigra 3 [-INPUT <str>] [-OUTPUT <str>] [-NORM <str>]
  -INPUT:<str> 	Features
	grid, input
  -OUTPUT:<str>	Distance
	grid, output
  -NORM:<str>  	Type of distance calculation
	choice
	Available Choices:
	[0] Chessboard
	[1] Manhattan
	[2] Euclidean
	Default: 0