【发布时间】:2018-06-17 15:49:11
【问题描述】:
我想用name of districts 及其long 和lat 在R 中创建一个数据框。为此,我给出了命令:
>locations_df <- mutate_geocode(cities_df, district)
此命令使用 maps.googleapis.com 进行地理编码,但对于我的 13 个地区,我得到了 NA error。错误之一粘贴在下面:
geocode failed with status OVER_QUERY_LIMIT, location = "Sukkur"
如何为缺失值提供地理编码?我在谷歌地图上检查了错过城市的名称是否有拼写错误,但没有看到这样的错误。
感谢您的帮助。
【问题讨论】: