Re: [R] help_ReverseGeocoding

2015-07-29 Thread shreya ghosh
Thank you for your suggestion. Is there any open source api that won't rate-limit it? On Tue, Jul 28, 2015 at 9:38 PM, boB Rudis wrote: > You should use ggmap::revgeocode (it calls google's api) and google > will rate-limit you. There are also packages to use HERE maps > geo/revgeo lookups > >

Re: [R] help_ReverseGeocoding

2015-07-28 Thread boB Rudis
You should use ggmap::revgeocode (it calls google's api) and google will rate-limit you. There are also packages to use HERE maps geo/revgeo lookups http://blog.corynissen.com/2014/10/making-r-package-to-use-here-geocode-api.html and the geocode package has GNfindNearestAddress, so tons of options

Re: [R] help_ReverseGeocoding

2015-07-28 Thread MacQueen, Don
My first guess, after a quick glance, is that Google only lets you do a limited number of lookups within some period of time. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 7/27/15, 10:14 PM, "R-help on behalf of shreya

[R] help_ReverseGeocoding

2015-07-27 Thread shreya ghosh
Hi, I'm trying to do reversegeocoding on a large dataset. I'm using "RJSONIO" library and using Google map API to get the location of the given lat-lon in the dataset. After 100 or 150 successful displaying location information it is showing Warning message - "In readLines(con) : cannot open: HTTP