Point Cloud from Table
- Author: V. Wichmann (c) 2015
- Menu: Shapes | Point Clouds | Conversion
Description
This tool allows one to create a point cloud from a table.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | table, input | TAB_IN | The input table. | - |
Output | Point Cloud | point cloud, output | PC_OUT | The output point cloud. | - |
Options | X | table field | FIELD_X | The attribute field with the x-coordinate. | - |
Y | table field | FIELD_Y | The attribute field with the y-coordinate. | - |
Z | table field | FIELD_Z | The attribute field with the z-coordinate. | - |
Attributes | table fields | FIELDS | The attribute fields to convert, optional. | - |
Command Line
Usage: saga_cmd pointcloud_tools 13 [-TAB_IN ] [-FIELD_X ] [-FIELD_Y ] [-FIELD_Z ] [-FIELDS ] [-PC_OUT ]
-TAB_IN: Table
table, input
-FIELD_X: X
table field
-FIELD_Y: Y
table field
-FIELD_Z: Z
table field
-FIELDS: Attributes
table fields
-PC_OUT: Point Cloud
point cloud, output