Skip to content
Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

ST_Degrees

Introduction: Convert an angle in radian to degrees.

ST_Degrees

Format: ST_Degrees(angleInRadian)

Return type: Double

SQL Example:

SELECT ST_Degrees(0.19739555984988044)

Output:

11.309932474020195