dra*_*nxo 4 python java gis gps data-structures
我有一个带有城市名称和GPS坐标的文本文件(UTF-8,~50K行).示例行:
San Pedro locality -3367 -5968 Argentina Buenos Aires San Pedro
Talagante locality -3366 -7093 Chile Metropolitana Talagante
Peñaflor locality -3362 -7092 Chile Metropolitana Talagante
Run Code Online (Sandbox Code Playgroud)
第三和第四列是最后一列中城市的GPS坐标.
给定GPS坐标,我需要找到壁橱城市.我需要做数亿次这样的事情.有哪些工具可以帮助我完成这项任务?Java/Python解决方案将是理想的选择.