Module Point Distances
Computes distances between pairs of points.
- Author: V.Olaya (c) 2004, O.Conrad (c) 2014
- Specification: $Specification
- Menu: Shapes|Points
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Points | Shapes (input) | POINTS | - | - |
Near Points (*) | Shapes (optional input) | NEAR | - | - |
Output | Distances | Table (output) | DISTANCES | - | - |
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 Default: 1 |
Maximum Distance | Floating point | 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>] [-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