SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Grid Normalization

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, inputINPUT--
OutputNormalized Gridgrid, outputOUTPUT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_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>      	Normalized Grid
	grid, output
  -RANGE_MIN:<double>	Target Range
	value range
  -RANGE_MAX:<double>	Target Range
	value range