Tool NameExport Point Cloud to Text File
Tool ID18
Library IDio_shapes
Version1.0
Author(s)V. Wichmann, LASERDATA GmbH (c) 2011

Description

The tool exports a point cloud to a text file. Once the tool is executed, a pop-up dialog allows one to specify the fields to be exported and their decimal precision.

Tool usage is different between SAGA GUI and SAGA CMD: With SAGA GUI you will get prompted to choose the fields to export and the decimal precisions to use once you execute the tool. With SAGA CMD you have to provide two strings with the -FIELDS and -PRECISIONS parameters. The first one must contain the field numbers, the latter the precisions (separated by semicolon). Field numbers start with 1, e.g. -FIELDS="1;2;3;5" -PRECISIONS="2;2;2;0".


Parameters

NameTypeIdentifierDescriptionConstraints
Input
Point Cloudpoint cloud, inputPOINTSThe point cloud to export.
Options
Text Filefile pathFILEThe file to write the point cloud to.
Write HeaderbooleanWRITE_HEADERWrite column names.Default: 0
Field SeparatorchoiceFIELDSEPField SeparatorAvailable Choices:
[0] tabulator
[1] space
[2] comma
Default: 0
FieldstextFIELDSThe numbers (starting from 1) of the fields to export, separated by semicolon, e.g. "1;2;3;5"
PrecisionstextPRECISIONSThe decimal precision to use for each field, separated by semicolon, e.g. "2;2;2;0"