SAGA 9.3.3 | Tool Library Documentation

Grid Normalization


Description

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 ] [-OUTPUT ] [-RANGE_MIN ] [-RANGE_MAX ]
  -INPUT:       	Grid
	grid, input
  -OUTPUT:      	Normalized Grid
	grid, output
  -RANGE_MIN:	Target Range
	value range
  -RANGE_MAX:	Target Range
	value range