SAGA 9.3.3 | Tool Library Documentation

Get Grid from Virtual Point Cloud


Description

The tool allows one to retrieve a grid from a virtual point cloud dataset by dragging a box (AOI) in a Map View. Optionally, the query can be constrained by providing an attribute field and a value range that must be met. A virtual point cloud dataset is a simple XML format with the file extension .spcvf, which can be created with the 'Create Virtual Point Cloud Dataset' tool.


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputGridgrid list, output, optionalGRID_OUTThe output grid(s)-
OptionsFilenamefile pathFILENAMEThe full path and name of the .spcvf file-
Attribute Field to Gridinteger numberATTR_FIELD_GRIDThe attribute field to grid. Field numbers start with 1, so elevation is attribute field 3.Minimum: 3 Default: 1
Cellsizefloating point numberCELL_SIZECellsize of the output grid [map units]Minimum: 0.001000 Default: 1.000000
Grid System FitchoiceGRID_SYSTEM_FITChoose how to align the ouput grid system to the AOIAvailable Choices: [0] nodes [1] cells Default: 1
AggregationchoiceMETHODChoose how to aggregate the valuesAvailable Choices: [0] lowest [1] highest Default: 1
Constrain QuerybooleanCONSTRAIN_QUERYCheck this parameter to constrain the query by an attribute range.Default: 0
Attribute Fieldinteger numberATTR_FIELDThe attribute field to use as constraint. Field numbers start with 1.Minimum: 1 Default: 1
Value Rangevalue rangeVALUE_RANGEMinimum and maximum of attribute range [].-

Command Line


Usage: saga_cmd io_virtual 5 [-FILENAME ] [-GRID_OUT ] [-ATTR_FIELD_GRID ] [-CELL_SIZE ] [-GRID_SYSTEM_FIT ] [-METHOD ] [-CONSTRAIN_QUERY ] [-ATTR_FIELD ] [-VALUE_RANGE_MIN ] [-VALUE_RANGE_MAX ]
  -FILENAME:          	Filename
	file path
  -GRID_OUT:          	Grid
	grid list, output, optional
  -ATTR_FIELD_GRID:   	Attribute Field to Grid
	integer number
	Minimum: 3
	Default: 1
  -CELL_SIZE:      	Cellsize
	floating point number
	Minimum: 0.001000
	Default: 1.000000
  -GRID_SYSTEM_FIT:   	Grid System Fit
	choice
	Available Choices:
	[0] nodes
	[1] cells
	Default: 1
  -METHOD:            	Aggregation
	choice
	Available Choices:
	[0] lowest
	[1] highest
	Default: 1
  -CONSTRAIN_QUERY:   	Constrain Query
	boolean
	Default: 0
  -ATTR_FIELD:        	Attribute Field
	integer number
	Minimum: 1
	Default: 1
  -VALUE_RANGE_MIN:	Value Range
	value range
  -VALUE_RANGE_MAX:	Value Range
	value range