我正在尝试使用 R 计算地球上两点之间的距离。
library(geosphere)
library(oce)
geodDist(StoreLocations$latitude[c(26)], StoreLocations$longitude[c(26)],
CustomerLocations$latitude[c(5)], CustomerLocations$longitude[c(5)])
在谷歌地图中输入纬度/经度(测量距离特征)。我得到总距离:1.88 公里(1.17 英里),但这不是我使用上面的代码得到的。我正在努力寻找可以帮助我的人。
Store 51.68108210 -0.09732268
Customer 51.66665932 -0.08300349