Module Merge Point Clouds
The module can be used to merge Point Clouds.
The attribute fields of the merged point cloud resemble those of the main point cloud. In order to merge the attributes of the additional point cloud layers, these must be consistent (field name and type) with the main point cloud. Missing attribute values are set to NoData.
- Author: Magnus Bremer (c) 2012
- Specification: grid
- Menu: Shapes|Point Clouds|Tools
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Main Point Cloud | Point Cloud (input) | PC_IN | Main layer. The output layer will have the same fields in the attribute table as this layer. | - |
Additional Point Clouds | Point Cloud list (input) | PC_LAYERS | Additional point clouds to merge with main point cloud. | - |
Output | Merged Point Cloud | Point Cloud (output) | PC_OUT | The merged point cloud. | - |
Options | Add Identifier | Boolean | ADD_IDENTIFIER | Add unique identifier attribute field to output, ID resembles processing order. | Default: 0 |
Command-line
Usage: saga_cmd pointcloud_tools 12 -PC_IN <str> -PC_LAYERS <str> [-PC_OUT <str>] [-ADD_IDENTIFIER <str>]
-PC_IN:<str> Main Point Cloud
Point Cloud (input)
-PC_LAYERS:<str> Additional Point Clouds
Point Cloud list (input)
-PC_OUT:<str> Merged Point Cloud
Point Cloud (output)
-ADD_IDENTIFIER:<str> Add Identifier
Boolean
Default: 0