Tool Change a Grid's No-Data Value
This tool allows changing a grid's no-data value or value range definition. It does not change the cell values of the grid. Its main purpose is to support this type of operation for tool chains and scripting environments.
- Author: O.Conrad (c) 2016
- Menu: Grid|Values
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Grid | Grid (input) | GRID | - | - | 
| Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Type | Choice | TYPE | - | Available Choices: [0] single value
 [1] value range
 Default: 0
 | 
 | No-Data Value | Floating point | VALUE | - | Default: -99999.000000 | 
 | No-Data Value Range | Value range | RANGE | - | - | 
Command-line
Usage: saga_cmd grid_tools 36 [-GRID <str>] [-TYPE <str>] [-VALUE <double>] [-RANGE_MIN <double>] [-RANGE_MAX <double>]
  -GRID:<str>        	Grid
	Grid (input)
  -TYPE:<str>        	Type
	Choice
	Available Choices:
	[0] single value
	[1] value range
	Default: 0
  -VALUE:<double>    	No-Data Value
	Floating point
	Default: -99999.000000
  -RANGE_MIN:<double>	No-Data Value Range
	Value range
  -RANGE_MAX:<double>	No-Data Value Range
	Value range