SAGA 9.3.3 | Tool Library Documentation

Point to Point Distances


Description

Computes distances between pairs of points.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsshapes, inputPOINTS--
Near Pointsshapes, input, optionalNEAR--
OutputDistancestable, outputDISTANCES--
Distances as Linesshapes, output, optionalLINES--
OptionsIdentifiertable fieldID_POINTS--
Identifiertable fieldID_NEAR--
Output FormatchoiceFORMAT-Available Choices: [0] complete input times near points matrix [1] each pair with a single record [2] find only the nearest point for each input point Default: 1
Maximum Distancefloating point numberMAX_DISTignored if set to zero (consider all pairs)Minimum: 0.000000 Default: 0.000000

Command Line


Usage: saga_cmd shapes_points 3 [-POINTS ] [-ID_POINTS ] [-NEAR ] [-ID_NEAR ] [-DISTANCES ] [-LINES ] [-FORMAT ] [-MAX_DIST ]
  -POINTS:     	Points
	shapes, input
  -ID_POINTS:  	Identifier
	table field
  -NEAR:       	Near Points
	shapes, input, optional
  -ID_NEAR:    	Identifier
	table field
  -DISTANCES:  	Distances
	table, output
  -LINES:      	Distances as Lines
	shapes, output, optional
  -FORMAT:     	Output Format
	choice
	Available Choices:
	[0] complete input times near points matrix
	[1] each pair with a single record
	[2] find only the nearest point for each input point
	Default: 1
  -MAX_DIST:	Maximum Distance
	floating point number
	Minimum: 0.000000
	Default: 0.000000