geocode

Getting OVER QUERY LIMIT after one request with geocode

别说谁变了你拦得住时间么 提交于 2019-11-26 12:26:32
问题 I\'m using the ggmap\'s geocode to find the latitude and longitude of different cities. It worked completely fine yesterday but I get an OVER QUERY LIMIT after only one request today. In fact if I just load the library and run geocode it throws the OVER QUERY LIMIT error: > library(ggmap) > geocode(\"Paris\") Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=Paris&sensor=false lon lat 1 NA NA Warning message: geocode failed with status OVER_QUERY_LIMIT, location