SAGA-GIS Module Library Documentation (v2.3.0)

Module Grid Normalisation

Normalise the values of a grid. Rescales all grid values to fall in the range 'Minimum' to 'Maximum', usually 0 to 1.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
OutputNormalised GridGrid (output)OUTPUT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
Target RangeValue rangeRANGE--

Command-line

Usage: saga_cmd grid_calculus 0 [-INPUT <str>] [-OUTPUT <str>] [-RANGE_MIN <double>] [-RANGE_MAX <double>]
  -INPUT:<str>       	Grid
	Grid (input)
  -OUTPUT:<str>      	Normalised Grid
	Grid (output)
  -RANGE_MIN:<double>	Target Range
	Value range
  -RANGE_MAX:<double>	Target Range
	Value range