ggmap地理编码查询到Google API

时间:2018-11-19 20:22:53

标签: r ggmap geocode

当查询lon / lat到google api时,即使对于单个位置,我也会收到警告**geocode failed with status OVER_QUERY_LIMIT** api返回NA。我目前处于每日限制2500以下-不能完全确定为什么会收到警告。这是一个示例:

geocode("Paris")
 Source : https://maps.googleapis.com/maps/api/geocode/json?address=Paris&key=xxx
      lon lat
    1  NA  NA
    Warning message:
    geocode failed with status OVER_QUERY_LIMIT, location = "Paris" 

使用ggmap的devetool版本,并在google中注册api_key。

Versions: ggmap_2.7.904, R version 3.5.1

1 个答案:

答案 0 :(得分:1)

好的。该问题在以下时间得到解决:

  1. 除了注册API_KEY之外,还需要在Google Cloud Platform中添加信用卡信息以完成注册。 [此链接很有帮助] [1]。
  2. 一旦输入,api查询就会起作用。
  3. 需要安装ggmap的devtool版本,并且需要重新启动R。