Loop for Reverse Geocoding in R

后端 未结 2 1958
执笔经年
执笔经年 2020-12-16 19:00

I am trying to reverse geocode a large data-set (around 100k). I used the revgeocode function from the package ggmap. I got the result for 1 entry<

2条回答
  •  旧时难觅i
    2020-12-16 19:05

    I have had a similar problem for integrating the API key. Basically it is a matter of integrating the API key in the URL that R calls. If this doesn't help you, you need to change the core code (look it up on Github) to allow for an argument calling a key.

提交回复
热议问题