Module Point Cloud Cutter
This modules 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. Note that the latter does not support the inverse selection.
- Author: O. Conrad, V. Wichmann (c) 2009-15
 
- Specification: grid
 
- 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 <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-GRID_GRID_NX <num>] [-GRID_GRID_NY <num>] [-GRID_GRID_X <str>] [-GRID_GRID_Y <str>] [-GRID_GRID_D <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:<str>        	Left
	Floating point
	Default: 0.000000
  -USER_XMAX:<str>        	Right
	Floating point
	Default: 0.000000
  -USER_YMIN:<str>        	Bottom
	Floating point
	Default: 0.000000
  -USER_YMAX:<str>        	Top
	Floating point
	Default: 0.000000
  -GRID_GRID_NX:<num>     	Grid System
	Grid system
  -GRID_GRID_NY:<num>     	Grid System
	Grid system
  -GRID_GRID_X:<str>      	Grid System
	Grid system
  -GRID_GRID_Y:<str>      	Grid System
	Grid system
  -GRID_GRID_D:<str>      	Grid System
	Grid system
  -EXTENT_EXTENT:<str>    	Shapes Extent
	Shapes (optional input)
  -POLYGONS_POLYGONS:<str>	Polygons
	Shapes (optional input)