Tool Point Cloud from Table
This tool allows one to create a point cloud from a table.
- Author: V. Wichmann (c) 2015
 
- Menu: Shapes|Point Clouds|Conversion
 
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 <str>] [-FIELD_X <str>] [-FIELD_Y <str>] [-FIELD_Z <str>] [-FIELDS <str>] [-PC_OUT <str>]
  -TAB_IN:<str> 	Table
	Table (input)
  -FIELD_X:<str>	X
	Table field
  -FIELD_Y:<str>	Y
	Table field
  -FIELD_Z:<str>	Z
	Table field
  -FIELDS:<str> 	Attributes
	Table fields
  -PC_OUT:<str> 	Point Cloud
	Point Cloud (output)