Skip to main content
Wherobots home page
Search...
⌘K
Ask AI
Try Wherobots Cloud
Try Wherobots Cloud
Search...
Navigation
Accessors
RS_UpperLeftX
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
RS_GeoReference
RS_GeoTransform
RS_Height
RS_RasterToWorldCoord
RS_RasterToWorldCoordX
RS_RasterToWorldCoordY
RS_Rotation
RS_ScaleX
RS_ScaleY
RS_SkewX
RS_SkewY
RS_UpperLeftX
RS_UpperLeftY
RS_Width
RS_WorldToRasterCoord
RS_WorldToRasterCoordX
RS_WorldToRasterCoordY
Output
Band Accessors
Geometry Functions
Operators
Predicates
Aggregate Functions
Map Algebra Operators
Map Algebra
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
Accessors
RS_UpperLeftX
Copy page
Copy page
Returns the X coordinate of the upper-left corner of the raster.
Signatures
Report incorrect code
Copy
Ask AI
RS_UpperLeftX(raster: Raster)
Parameters
raster
Raster
required
The input raster.
Return type
A numeric value.
Example
Report incorrect code
Copy
Ask AI
SELECT
RS_UpperLeftX(raster)
FROM
rasters
Report incorrect code
Copy
Ask AI
5
Was this page helpful?
Yes
No
RS_SkewY
Previous
RS_UpperLeftY
Next
⌘I
Assistant
Responses are generated using AI and may contain mistakes.