When programmatically adjusting a camera to follow a specific path — be it on google street view or a Geographic Information System animation, the programmer may be required to specify the bearing between two points or coordinates of latitude and longitude. In this post, I explain how this may be achieved.
Mathematics
Mathematically the bearing between point a and point b is calculating by taking the inverse tan function of X and Y

#python #bearings #coordinates #gis #geospatial

Calculating the Bearing Between Two Geospatial Coordinates
4.00 GEEK