Skip to main content
Wherobots home page
Search...
⌘K
Ask AI
Try Wherobots Cloud
Try Wherobots Cloud
Search...
Navigation
Map Algebra
RS_Normalize
Home
Build & Deploy
Spatial Analytics Tutorials
Changelog
Reference
Apache Sedona vs. Wherobots
API Playground
Terms & Support
Wherobots Cloud REST API
Runs REST API
Audit Logs Export
WherobotsDB
Geometry/Geography Data Processing
Visualization
Raster Data Processing
Overview
Raster Functions
Raster Functions
Constructors
Accessors
Output
Band Accessors
Geometry Functions
Operators
Predicates
Aggregate Functions
Map Algebra Operators
Map Algebra
RS_Add
RS_Array
RS_BitwiseAND
RS_BitwiseOR
RS_CountValue
RS_Divide
RS_FetchRegion
RS_GreaterThan
RS_GreaterThanEqual
RS_LessThan
RS_LessThanEqual
RS_LogicalDifference
RS_LogicalOver
RS_Mean
RS_Mode
RS_Modulo
RS_Multiply
RS_MultiplyFactor
RS_Normalize
RS_NormalizedDifference
RS_SquareRoot
RS_Subtract
Pixel Functions
Tiles
Raster Affine Transformation
Raster Map Algebra
Raster Loaders
Raster Writers
Raster Visualizer
Parameters
Vector tiles (PMTiles)
Vector Tiles (VTiles) Python API
Vector Tiles (VTiles) Scala Object
Havasu (Iceberg) table management
Introduction
Geometry/Geography data
Raster Data
Compatibility with Apache Iceberg
Havasu Table Spec
GeoStats and Map Matching
Clustering
Hotspot Detection
Map Matching
Outlier Detection
Sampling
Weighting
Rasterflow
Client
Data Models
Exceptions
Model Registry
On this page
Signatures
Parameters
Return type
Example
Map Algebra
RS_Normalize
Copy page
Copy page
Normalize the value in the array to [0, 255]. Uniform arrays are set to 0 after normalization.
Signatures
Report incorrect code
Copy
Ask AI
RS_Normalize (Band:
ARRAY
[Double])
Parameters
Band
ARRAY[Double]
required
The band index.
Return type
An array of double values.
Example
Report incorrect code
Copy
Ask AI
SELECT
RS_Normalize(band)
Was this page helpful?
Yes
No
RS_MultiplyFactor
Previous
RS_NormalizedDifference
Next
⌘I
Assistant
Responses are generated using AI and may contain mistakes.