SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Select Point Cloud from List

Main use of this tool is to support tool chain development, allowing to pick a single point cloud from a point cloud list.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPoint Cloud ListPoint Cloud list (input)PC_LISTThe input point cloud list.-
OutputPoint Cloud (*)Point Cloud (optional output)PCThe point cloud picked from the point cloud list.-
OptionsIndexIntegerINDEXThe list index of the point cloud to pick. Indices start at zero.Minimum: 0
Default: 0
(*) optional

Command-line

Usage: saga_cmd pointcloud_tools 14 [-PC_LIST <str>] [-PC <str>] [-INDEX <num>]
  -PC_LIST:<str>	Point Cloud List
	Point Cloud list (input)
  -PC:<str>     	Point Cloud
	Point Cloud (optional output)
  -INDEX:<num>  	Index
	Integer
	Minimum: 0
	Default: 0