Tool Point to Point Distances
Computes distances between pairs of points.
- Author: V.Olaya (c) 2004, O.Conrad (c) 2014
- Menu: Shapes|Points
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Points | shapes, input | POINTS | - | - |
Near Points (*) | shapes, input, optional | NEAR | - | - | |
Output | Distances | table, output | DISTANCES | - | - |
Distances as Lines (*) | shapes, output, optional | LINES | - | - | |
Options | Identifier (*) | table field | ID_POINTS | - | - |
Identifier (*) | table field | ID_NEAR | - | - | |
Output Format | choice | FORMAT | - | 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 Distance | floating point number | MAX_DIST | ignored 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>] [-LINES <str>] [-FORMAT <str>] [-MAX_DIST <double>] -POINTS:<str> Points shapes, input -ID_POINTS:<str> Identifier table field -NEAR:<str> Near Points shapes, input, optional -ID_NEAR:<str> Identifier table field -DISTANCES:<str> Distances table, output -LINES:<str> Distances as Lines shapes, output, optional -FORMAT:<str> 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:<double> Maximum Distance floating point number Minimum: 0.000000 Default: 0.000000