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 | 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 | 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 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 Minimum: 0.000000 Maximum: 100.000000 Default: 100.000000