Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geocode “dsk” rate limit when client and signature parameters are empty #150

Open
smmurphy opened this issue Mar 5, 2017 · 1 comment · May be fixed by #156
Open

geocode “dsk” rate limit when client and signature parameters are empty #150

smmurphy opened this issue Mar 5, 2017 · 1 comment · May be fixed by #156

Comments

@smmurphy
Copy link

smmurphy commented Mar 5, 2017

First, thanks for writing this package! It's extremely useful.

I ran into the error:

Error: google restricts requests to 2500 requests a day for non-business use.

When trying to use 'dsk' as a source on a data table with more than 2,500 rows. I was able to work around this by setting the client and signature parameters to dummy values, but it seems like a pretty simple issue to fix, possibly as simple as adding an if clause, but I'm not sure what future plans you may have. Please see below for additional detail.

http://stackoverflow.com/questions/42282492/ggmap-dsk-rate-limit/42604188#42604188

@JPMOS
Copy link

JPMOS commented Feb 9, 2018

This error still appears to be occurring.

The code

geocode(users$location, output = "latlon", source = "dsk")

Returns: "Error: google restricts requests to 2500 requests a day for non-premium use."

(version 2.7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants