Skip to main content
Wherobots home page
Search...
⌘K
Ask AI
Try Wherobots Cloud
Try Wherobots Cloud
Search...
Navigation
Map Algebra
RS_Array
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_Array
Copy page
Copy page
Create an array that is filled by the given value
Signatures
Report incorrect code
Copy
Ask AI
RS_Array(
length
:
Integer
,
value
: Double)
Parameters
length
Integer
required
The length value.
value
Double
required
The fill value for the array.
Return type
An array of double values.
Example
Report incorrect code
Copy
Ask AI
SELECT
RS_Array
(height
*
width,
0.0
)
Was this page helpful?
Yes
No
RS_Add
Previous
RS_BitwiseAND
Next
⌘I
Assistant
Responses are generated using AI and may contain mistakes.