SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Point Cloud to Grid

Point Cloud to Grid

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsPoint Cloud, inputPOINTS--
OutputZ Value (*)Data Object Grid, output, optionalGRID--
Number of Points in Cell (*)Data Object Grid, output, optionalCOUNT--
Attributes (*)Grid list, output, optionalGRIDS--
OptionsOutputChoiceOUTPUT-Available Choices:
[0] only z
[1] all attributes
Default: 0
AggregationChoiceAGGREGATION-Available Choices:
[0] first value
[1] last value
[2] mean value
[3] lowest z
[4] highest z
Default: 0
CellsizeFloating pointCELLSIZE-Minimum: 0.000000
Default: 1.000000
(*) optional

Command-line

Usage: saga_cmd pointcloud_tools 4 [-POINTS <str>] [-GRID <str>] [-COUNT <str>] [-GRIDS <str>] [-OUTPUT <str>] [-AGGREGATION <str>] [-CELLSIZE <double>]
  -POINTS:<str>     	Points
	Point Cloud, input
  -GRID:<str>       	Z Value
	Data Object Grid, output, optional
  -COUNT:<str>      	Number of Points in Cell
	Data Object Grid, output, optional
  -GRIDS:<str>      	Attributes
	Grid list, output, optional
  -OUTPUT:<str>     	Output
	Choice
	Available Choices:
	[0] only z
	[1] all attributes
	Default: 0
  -AGGREGATION:<str>	Aggregation
	Choice
	Available Choices:
	[0] first value
	[1] last value
	[2] mean value
	[3] lowest z
	[4] highest z
	Default: 0
  -CELLSIZE:<double>	Cellsize
	Floating point
	Minimum: 0.000000
	Default: 1.000000