Skip to content
πŸŽ‰ Apache Sedona 1.9.1 is out now! πŸ—ΊοΈ Geography SQL functions, Box2D & Box3D types, raster Python UDFs & more. Read the release notes β†’

RS_SkewX

Introduction: Returns the X skew or rotation parameter.

RS_SkewX

Format: RS_SkewX(raster: Raster)

Return type: Double

Since: v1.5.0

SQL Example

SELECT RS_SkewX(RS_MakeEmptyRaster(2, 10, 10, 0.0, 0.0, 1.0, -1.0, 0.1, 0.2, 4326))

Output:

0.1