Tool Grid Histogram
This tool creates a histogram for the supplied grid using the specified classification.
- Author: O.Conrad (c) 2022
- Menu: Spatial and Geostatistics|Grids
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | grid, input | GRID | - | - |
Output | Histogram | table, output | HISTOGRAM | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Classification | choice | CLASSIFY | - | Available Choices: [0] value range and number of classes [1] lookup table Default: 0 |
Number of Classes | integer number | BINS | - | Minimum: 1 Default: 64 |
Value Range | value range | RANGE | - | - |
Lookup Table | static table | LUT | - | 2 Fields: - 1. [8 byte floating point number] Minimum - 2. [8 byte floating point number] Maximum
|
Report Unclassified Cells | boolean | UNCLASSED | - | Default: 0 |
Parallelized | boolean | PARALLEL | - | Default: 1 |
Maximum Samples | floating point number | MAXSAMPLES | Maximum number of samples [percent]. | Minimum: 0.000000 Maximum: 100.000000 Default: 100.000000 |
Command-line
Usage: saga_cmd statistics_grid 21 [-GRID <str>] [-HISTOGRAM <str>] [-CLASSIFY <str>] [-BINS <num>] [-RANGE_MIN <double>] [-RANGE_MAX <double>] [-LUT <str>] [-UNCLASSED <str>] [-PARALLEL <str>] [-MAXSAMPLES <double>]
-GRID:<str> Grid
grid, input
-HISTOGRAM:<str> Histogram
table, output
-CLASSIFY:<str> Classification
choice
Available Choices:
[0] value range and number of classes
[1] lookup table
Default: 0
-BINS:<num> Number of Classes
integer number
Minimum: 1
Default: 64
-RANGE_MIN:<double> Value Range
value range
-RANGE_MAX:<double> Value Range
value range
-LUT:<str> Lookup Table
static table
2 Fields:
- 1. [8 byte floating point number] Minimum
- 2. [8 byte floating point number] Maximum
-UNCLASSED:<str> Report Unclassified Cells
boolean
Default: 0
-PARALLEL:<str> Parallelized
boolean
Default: 1
-MAXSAMPLES:<double> Maximum Samples
floating point number
Minimum: 0.000000
Maximum: 100.000000
Default: 100.000000