angle_to_direction#
- metpy.calc.angle_to_direction(input_angle, full=False, level=3)#
Convert the meteorological angle to directional text.
Works for angles greater than or equal to 360 (360 -> N | 405 -> NE) and rounds to the nearest angle (355 -> N | 404 -> NNE)
Examples using metpy.calc.angle_to_direction
#
Angle to Direction