Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个空间点数据框。其中一个文件包含人们居住地的经纬度信息(n=98)。第二个文件包含有关不同投票站 (n=300) 的纬度和经度信息。我需要: 1) 计算人们的住宅和所有投票站之间的行车距离。2) 根据最短行驶距离确定最近的投票站。
我想使用 gmapsdistance 包(和 Google Maps API),但我很容易达到查询限制。有什么解决办法吗?或者,我想使用 OpenStreetMap 包,但我在网上找不到任何教程。非常感谢!