本文介绍了纬度和经度给出的两点中点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图找到两点的中点,这些点的纬度和经度是给出的。使用Haversine公式,我可以找到这些点之间的距离。我想,我也可以通过将距离除以2找到中点。之后,如何找到该中点的纬度和经度。感谢提前

解决方案

这是数学博士所涵盖的。


I am trying to find the midpoint of two points where latitude and longitude of those points are given. Using Haversine formula I can able to find the distance between between those points. I guess, I can also able find the midpoint by dividing the distance by 2. After that how can find the latitude and longitude of that midpoint. Thanks in advance

解决方案

This was covered by Dr. Math. Latitude and Longitude of a Point Halfway between Two Points

这篇关于纬度和经度给出的两点中点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 11:55