Python - 使用Lat-long查找点到最近火车站的距离(另一点)

时间:2017-12-14 11:16:21

标签: python python-2.7 distance latitude-longitude euclidean-distance

我找到了伦敦每个LSOA区域的平均中心点,想要计算从这一点到最近的地铁站的距离(也是一个纬度点)

我需要在Python中执行此操作 - 欢迎任何帮助!我是Python新手,不知道如何处理这个

CSV称为'数据':

   LSOA time    lat  long
E01000907   51.5632  -0.1428
E01000908   51.5639  -0.14530
E01000909   51.5623  -0.149880
E01000912   51.5600  -0.155263

CSV称为' Tube':

Station Latitude    Longitude
Abbey Road  51.53195199 0.003723371
Abbey Wood  51.4907841  0.12027197
Acton   51.51688693 -0.267689952
Acton Central   51.50875778 -0.263430199
Acton Town  51.50307144 -0.280302701
Earls Court 51.49135667 -0.194313809

提前致谢!

0 个答案:

没有答案