Tool Build Statistics for Grids
This tool allows to collect successively cell-wise statistical information from grids by subsequent calls with the 'Reset' flag set to false. The collected information can be used as input for the 'Evaluate Statistics for Grids' tool. Together these tools have been designed to inspect a large number of grids that could not be loaded into memory simultaneously.
- Author: O.Conrad (c) 2018
- Menu: Spatial and Geostatistics|Grids|Massive Data Analysis
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grids | Grid list (input) | GRIDS | - | - |
Output | Number of Values | Grid (output) | COUNT | - | - |
Sum | Grid (output) | SUM | - | - |
Sum of Squares | Grid (output) | SUM2 | - | - |
Minimum | Grid (output) | MIN | - | - |
Maximum | Grid (output) | MAX | - | - |
Histogram | Grids (output) | HISTOGRAM | - | - |
Options | Grid system | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Reset | Boolean | RESET | - | Default: 1 |
Number of Classes | Integer | HCLASSES | - | Minimum: 0 Default: 20 |
Minimum | Floating point | HMIN | - | Default: 0.000000 |
Minimum | Floating point | HMAX | - | Default: 0.000000 |
Command-line
Usage: saga_cmd statistics_grid 17 [-GRIDS <str>] [-COUNT <str>] [-SUM <str>] [-SUM2 <str>] [-MIN <str>] [-MAX <str>] [-HISTOGRAM <str>] [-RESET <str>] [-HCLASSES <num>] [-HMIN <double>] [-HMAX <double>]
-GRIDS:<str> Grids
Grid list (input)
-COUNT:<str> Number of Values
Grid (output)
-SUM:<str> Sum
Grid (output)
-SUM2:<str> Sum of Squares
Grid (output)
-MIN:<str> Minimum
Grid (output)
-MAX:<str> Maximum
Grid (output)
-HISTOGRAM:<str> Histogram
Grids (output)
-RESET:<str> Reset
Boolean
Default: 1
-HCLASSES:<num> Number of Classes
Integer
Minimum: 0
Default: 20
-HMIN:<double> Minimum
Floating point
Default: 0.000000
-HMAX:<double> Minimum
Floating point
Default: 0.000000