SAGA-GIS Tool Library Documentation (v6.3.0)

Tool Import Point Cloud from Text File

Creates a point cloud from a text file.
The input file must have at least three columns holding the x, y, z coordinates of each point. You must specify the field index (i.e. the column) of these. Field index starts to count with 1. In case you like to import additional attributes, you have to provide the field indexes for those attributes with the -FIELDS option as integer numbers separated by semicolon (e.g. "-FIELDS=4;5;8").

You have also to select the field separator that is used by the file and if the first line of the file should be skipped (in case it contains column headings).
The columns in the input file can be in any order, and you can omit columns, but you have to provide the correct field index for those fields that you like to import.

The tool usage differs slightly between SAGA GUI and SAGA CMD. With SAGA GUI you can specify names and types for additional fields in the 'Specifications' sub dialog. To do this using SAGA CMD you have to use the -FIELDNAMES and -FIELDTYPES options. The first one is for the field names, the second for the data type specification (see the GUI which number equals which data type). Again entries have to be separated by semicolons, e.g. "-FIELDNAMES=intensity;class;range -FIELDTYPES=2;2;3".

Parameters

 NameTypeIdentifierDescriptionConstraints
OutputPoint Cloud (*)Data Object Point Cloud (optional output)POINTS--
OptionsText FileFile pathFILE--
Field SeparatorChoiceSEPARATORField SeparatorAvailable Choices:
[0] tabulator
[1] space
[2] comma
Default: 0
Skip first lineBooleanSKIP_HEADERSkip first line as it contains column names.Default: 0
X is Column ...IntegerXFIELDThe column holding the X-coordinate.Minimum: 1
Default: 1
Y is Column ...IntegerYFIELDThe column holding the Y-coordinate.Minimum: 1
Default: 2
Z is Column ...IntegerZFIELDThe column holding the Z-coordinate.Minimum: 1
Default: 3
FieldsTextFIELDSThe index (starting with 1) of the fields to import, separated by semicolon, e.g. "5;6;8"-
Field NamesTextFIELDNAMESThe name to use for each field, separated by semicolon, e.g. "intensity;class;range"-
Field TypesTextFIELDTYPESThe datatype to use for each field, separated by semicolon, e.g. "2;2;3;". The number equals the choice selection, see GUI version.-
SpecificationsParametersFIELDSPECS-0 Parameters:
(*) optional

Command-line

Usage: saga_cmd io_shapes 16 [-POINTS <str>] [-FILE <str>] [-SEPARATOR <str>] [-SKIP_HEADER <str>] [-XFIELD <num>] [-YFIELD <num>] [-ZFIELD <num>] [-FIELDS <str>] [-FIELDNAMES <str>] [-FIELDTYPES <str>]
  -POINTS:<str>     	Point Cloud
	Data Object Point Cloud (optional output)
  -FILE:<str>       	Text File
	File path
  -SEPARATOR:<str>  	Field Separator
	Choice
	Available Choices:
	[0] tabulator
	[1] space
	[2] comma
	Default: 0
  -SKIP_HEADER:<str>	Skip first line
	Boolean
	Default: 0
  -XFIELD:<num>     	X is Column ...
	Integer
	Minimum: 1
	Default: 1
  -YFIELD:<num>     	Y is Column ...
	Integer
	Minimum: 1
	Default: 2
  -ZFIELD:<num>     	Z is Column ...
	Integer
	Minimum: 1
	Default: 3
  -FIELDS:<str>     	Fields
	Text
  -FIELDNAMES:<str> 	Field Names
	Text
  -FIELDTYPES:<str> 	Field Types
	Text