SAGA-GIS Tool Library Documentation (v7.2.0)

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.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)GRID--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
TypeChoiceTYPE-Available Choices:
[0] single value
[1] value range
Default: 0
No-Data ValueFloating pointVALUE-Default: -99999.000000
No-Data Value RangeValue rangeRANGE--

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