Module Drop Point Cloud Attributes
The module can be used to drop attributes from a point cloud. In case the output dataset is not set, the attribute(s) will be dropped from the input dataset, i.e. the input dataset will be overwritten.
Module usage is different between SAGA GUI and SAGA CMD: With SAGA GUI you will get prompted to choose the attributes to drop once you execute the module. With SAGA CMD you have to provide a string with the -FIELDS parameter containing the field numbers (separated by semicolon). Field numbers start with 1, e.g. -FIELDS="5;8;9".
- Author: Volker Wichmann (c) 2010, LASERDATA GmbH
- Specification: grid
- Menu: Shapes|Point Clouds|Tools
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Input | Point Cloud (input) | INPUT | Point Cloud to drop attribute from. | - |
Output | Output (*) | Point Cloud (optional output) | OUTPUT | Point Cloud with attribute dropped. | - |
Options | Fields | Text | FIELDS | The numbers (starting from 1) of the fields to drop, separated by semicolon, e.g. "5;8;9" | - |
(*) optional |
Command-line
Usage: saga_cmd pointcloud_tools 7 -INPUT <str> [-OUTPUT <str>] [-FIELDS <str>]
-INPUT:<str> Input
Point Cloud (input)
-OUTPUT:<str> Output
Point Cloud (optional output)
-FIELDS:<str> Fields
Text