Build Statistics for Grids
- Author: O.Conrad (c) 2018
- Menu: Spatial and Geostatistics | Grids | Massive Data Analysis
Description
This tool collects cell-wise basic statistical information from the given input grids. The collected statistics can be used as input for the 'Evaluate Statistics for Grids' tool. You can use this tool with the 'Reset' flag set to false (not available in command line mode) or the 'Add Statistics for Grids' tool to successively add statistical information from further grids by subsequent calls. These three tools (build, add, evaluate) have been designed to inspect a large number of grids that could otherwise not be evaluated simultaneously due to memory restrictions. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Grids | grid list, input | GRIDS | - | - | 
| Output | Number of Values | grid, output, optional | COUNT | - | - | 
| Sum | grid, output, optional | SUM | - | - | 
| Sum of Squares | grid, output, optional | SUM2 | - | - | 
| Minimum | grid, output, optional | MIN | - | - | 
| Maximum | grid, output, optional | MAX | - | - | 
| Histogram | grid collection, output, optional | HISTOGRAM | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Number of Classes | integer number | HCLASSES | - | Minimum: 2
Default: 20 | 
| Minimum | floating point number | HMIN | - | Default: 0.000000 | 
| Maximum | floating point number | HMAX | - | Default: 0.000000 | 
| Reset | boolean
[GUI] | RESET | - | Default: 1 | 
Command Line
Usage: saga_cmd statistics_grid 17 [-GRIDS ] [-COUNT ] [-SUM ] [-SUM2 ] [-MIN ] [-MAX ] [-HISTOGRAM ] [-HCLASSES ] [-HMIN ] [-HMAX ]
  -GRIDS:    	Grids
	grid list, input
  -COUNT:    	Number of Values
	grid, output, optional
  -SUM:      	Sum
	grid, output, optional
  -SUM2:     	Sum of Squares
	grid, output, optional
  -MIN:      	Minimum
	grid, output, optional
  -MAX:      	Maximum
	grid, output, optional
  -HISTOGRAM:	Histogram
	grid collection, output, optional
  -HCLASSES: 	Number of Classes
	integer number
	Minimum: 2
	Default: 20
  -HMIN:  	Minimum
	floating point number
	Default: 0.000000
  -HMAX:  	Maximum
	floating point number
	Default: 0.000000