Skip to content
πŸŽ‰ SedonaDB 0.4.0 is out now! πŸ—ΊοΈ Python DataFrame API, R dplyr, Geography support & GPU-accelerated spatial joins. Read the release blog β†’

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