SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Point Cloud from Table

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

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableTable, inputTAB_INThe input table.-
OutputPoint CloudPoint Cloud, outputPC_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