SAGA-GIS Module Library Documentation (v2.1.3)

Module Point Distances

Computes distances between pairs of points.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes (input)POINTS--
Near Points (*)Shapes (optional input)NEAR--
OutputDistancesTable (output)DISTANCES--
OptionsIdentifier (*)Table fieldID_POINTS--
Identifier (*)Table fieldID_NEAR--
Output FormatChoiceFORMAT-Available Choices:
[0] complete input times near points matrix
[1] each pair with a single record
Default: 1
Maximum DistanceFloating pointMAX_DISTignored if set to zero (consider all pairs)Minimum: 0.000000
Default: 0.000000
(*) optional

Command-line

Usage: saga_cmd shapes_points 3 -POINTS <str> [-ID_POINTS <str>] [-NEAR <str>] [-ID_NEAR <str>] [-DISTANCES <str>] [-FORMAT <str>] [-MAX_DIST <str>]
  -POINTS:<str>   	Points
	Shapes (input)
  -ID_POINTS:<str>	Identifier
	Table field
  -NEAR:<str>     	Near Points
	Shapes (optional input)
  -ID_NEAR:<str>  	Identifier
	Table field
  -DISTANCES:<str>	Distances
	Table (output)
  -FORMAT:<str>   	Output Format
	Choice
	Available Choices:
	[0] complete input times near points matrix
	[1] each pair with a single record
	Default: 1
  -MAX_DIST:<str> 	Maximum Distance
	Floating point
	Minimum: 0.000000
	Default: 0.000000