SAGA-GIS Module Library Documentation (v2.3.0)

Module Point Cloud from Table

This tool allows one to create a point cloud from a table.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableTable (input)TAB_INThe input table.-
OutputPoint CloudPoint Cloud (output)PC_OUTThe output point cloud.-
OptionsXTable fieldFIELD_XThe attribute field with the x-coordinate.-
YTable fieldFIELD_YThe attribute field with the y-coordinate.-
ZTable fieldFIELD_ZThe attribute field with the z-coordinate.-
AttributesTable fieldsFIELDSThe 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)