great_circle_bearing# pycraf.geometry.great_circle_bearing(l1, b1, l2, b2)[source]# Great circle bearing between points (l1, b1) and (l2, b2). Parameters: l1, b1QuantityLongitude/Latitude of point 1 [deg] l2, b2QuantityLongitude/Latitude of point 2 [deg] Returns: bearingQuantityGreat circle bearing [deg]