Construct Points from Table
- Author: V.Olaya (c) 2004
- Menu: Shapes | Construction
Description
Construct a points layer from coordinates as provided by a table's attributes.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | table, input | TABLE | - | - |
Output | Points | shapes, output | POINTS | - | - |
Options | X | table field | X | - | - |
Y | table field | Y | - | - |
Z | table field | Z | - | - |
Coordinate System Definition | text | CRS_STRING | Supported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326"). | - |
Command Line
Usage: saga_cmd shapes_points 0 [-TABLE ] [-X ] [-Y ] [-Z ] [-POINTS ] [-CRS_STRING ]
-TABLE: Table
table, input
-X: X
table field
-Y: Y
table field
-Z: Z
table field
-POINTS: Points
shapes, output
-CRS_STRING: Coordinate System Definition
text