How do I calculate the Azimuth (angle to north) between two WGS84 coordinates

后端 未结 6 2162
被撕碎了的回忆
被撕碎了的回忆 2020-12-25 09:52

I have got two WGS84 coordinates, latitude and longitude in degrees. These points are rather close together, e.g. only one metre apart.

Is there an easy way to calcu

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 10:17

    This would work only for small differences. Otherwise you can't just "latitudinalDifference / longitudinalDifference".

提交回复
热议问题