Tool Point Cloud Cutter
This tool allows one to extract subsets from one or several point cloud datasets. The area-of-interest is defined either by bounding box coordinates, the extent of a grid system or a shapes layer, or by polygons of a shapes layer.
In case a polygon shapes layer is used and one or more polygons are selected, only the selected polygons are processed.
- Author: O. Conrad, V. Wichmann (c) 2009-2020
- Menu: Shapes|Point Clouds|Tools
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Points | point cloud list, input | POINTS | One or several input point cloud datasets to cut. | - |
Output | Cut | point cloud list, output | CUT | The cutted output point cloud dataset(s). | - |
Options | Choose Cut from ... | choice | AREA | - | Available Choices: [0] User Defined Extent [1] Grid System Extent [2] Shapes Extent [3] Polygons Default: 0 |
Inverse | boolean | INVERSE | Invert selection. | Default: 0 |
Command-line
Usage: saga_cmd pointcloud_tools 0 [-POINTS <str>] [-CUT <str>] [-AREA <str>] [-INVERSE <str>] [-USER_XMIN <double>] [-USER_XMAX <double>] [-USER_YMIN <double>] [-USER_YMAX <double>] [-GRID_GRID_D <double>] [-GRID_GRID_X <double>] [-GRID_GRID_Y <double>] [-GRID_GRID_NX <num>] [-GRID_GRID_NY <num>] [-GRID_GRID_FILE <str>] [-EXTENT_EXTENT <str>] [-POLYGONS_POLYGONS <str>]
-POINTS:<str> Points
point cloud list, input
-CUT:<str> Cut
point cloud list, output
-AREA:<str> Choose Cut from ...
choice
Available Choices:
[0] User Defined Extent
[1] Grid System Extent
[2] Shapes Extent
[3] Polygons
Default: 0
-INVERSE:<str> Inverse
boolean
Default: 0
-USER_XMIN:<double> Left
floating point number
Default: 0.000000
-USER_XMAX:<double> Right
floating point number
Default: 0.000000
-USER_YMIN:<double> Bottom
floating point number
Default: 0.000000
-USER_YMAX:<double> Top
floating point number
Default: 0.000000
-GRID_GRID_D:<double> Cell Size
-GRID_GRID_X:<double> Lower Left Center Cell X-Coordinate
-GRID_GRID_Y:<double> Lower Left Center Cell Y-Coordinate
-GRID_GRID_NX:<num> Number of Columns
-GRID_GRID_NY:<num> Number of Rows
-GRID_GRID_FILE:<str> Grid File
-EXTENT_EXTENT:<str> Shapes Extent
shapes, input, optional
-POLYGONS_POLYGONS:<str> Polygons
shapes, input, optional