Skip to main content
Normalize the value in the array to [0, 255]. Uniform arrays are set to 0 after normalization.

Signatures

RS_Normalize (Band: ARRAY[Double])

Parameters

Band
ARRAY[Double]
required
The band index.

Return type

An array of double values.

Example

SELECT RS_Normalize(band)