Grid Histogram
- Author: O.Conrad (c) 2022
- Menu: Spatial and Geostatistics | Grids
Description
This tool creates a histogram for the supplied grid using the specified classification. 
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 ] [-HISTOGRAM ] [-CLASSIFY ] [-BINS ] [-RANGE_MIN ] [-RANGE_MAX ] [-LUT ] [-UNCLASSED ] [-PARALLEL ] [-MAXSAMPLES ]
  -GRID:         	Grid
	grid, input
  -HISTOGRAM:    	Histogram
	table, output
  -CLASSIFY:     	Classification
	choice
	Available Choices:
	[0] value range and number of classes
	[1] lookup table
	Default: 0
  -BINS:         	Number of Classes
	integer number
	Minimum: 1
	Default: 64
  -RANGE_MIN: 	Value Range
	value range
  -RANGE_MAX: 	Value Range
	value range
  -LUT:          	Lookup Table
	static table
	2 Fields:
	- 1. [8 byte floating point number] Minimum
	- 2. [8 byte floating point number] Maximum
	
  -UNCLASSED:    	Report Unclassified Cells
	boolean
	Default: 0
  -PARALLEL:     	Parallelized
	boolean
	Default: 1
  -MAXSAMPLES:	Maximum Samples
	floating point number
	Minimum: 0.000000
	Maximum: 100.000000
	Default: 100.000000