Tool Add Coordinates to Points
The tool attaches the x- and y-coordinates of each point to the attribute table. For 3D shapefiles, also the z/m-coordinates are reported.
- Author: Victor Olaya (c) 2004
- Menu: Shapes|Points
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Points | shapes, input | INPUT | - | - |
Output | Output (*) | shapes, output, optional | OUTPUT | - | - |
Options | X | boolean | X | - | Default: 1 |
Y | boolean | Y | - | Default: 1 | |
Z | boolean | Z | - | Default: 1 | |
M | boolean | M | - | Default: 1 | |
Longitude | boolean | LON | - | Default: 0 | |
Latitude | boolean | LAT | - | Default: 0 | |
(*) optional |
Command-line
Usage: saga_cmd shapes_points 6 [-INPUT <str>] [-OUTPUT <str>] [-X <str>] [-Y <str>] [-Z <str>] [-M <str>] [-LON <str>] [-LAT <str>] -INPUT:<str> Points shapes, input -OUTPUT:<str> Output shapes, output, optional -X:<str> X boolean Default: 1 -Y:<str> Y boolean Default: 1 -Z:<str> Z boolean Default: 1 -M:<str> M boolean Default: 1 -LON:<str> Longitude boolean Default: 0 -LAT:<str> Latitude boolean Default: 0