SAGA-GIS Tool Library Documentation (v9.2.0)

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