gramener / geocode-excel

Convert addresses to lat-longs (and vice versa) in Excel
48 stars 22 forks source link

Request Denied #1

Closed PrakharPrashantSingh closed 5 years ago

PrakharPrashantSingh commented 5 years ago

My excel sheet is saying request denied on Geocoding, can u suggest any solution!

sanand0 commented 5 years ago

Yeah, looks like either the free limit is removed or the API has changed. Let me take a look this weekend Prashant

If you have any ideas, would be very glad for inputs please. Thanks!

On Thu, 2 May 2019 at 12:44 PM, PrakharPrashantSingh < notifications@github.com> wrote:

My excel sheet is saying request denied on Geocoding, can u suggest any solution!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gramener/geocode-excel/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAPR5W67FFNLJJEBVGACJDPTKIGNANCNFSM4HJ3432A .

PrakharPrashantSingh commented 5 years ago

Okay, This is a very fast reply, i wasn't expecting this fast! Thank you sir

zkenstein commented 5 years ago

Any update on this?

sanand0 commented 5 years ago

@zkenstein As with all weekends, that one flew past too quickly, and I wasn't able to solve the problem.

I WAS able to identify it. The API has changed. This will require 2-4 hours of time to solve, which is proving a little difficult.

However, I find that live-coding sessions help me prioritize. So if you or @PrakharPrashantSingh would like to join me for an hour, we can fix it together :-)

PrakharPrashantSingh commented 5 years ago

Hi @sanand0 sir, i didn't understood what you mean by " I find that live-coding sessions help me prioritize." but yes if there is anything in which i can contribute, i am ready! Let me know what can i do....

sanand0 commented 5 years ago

I've updated the function to accept a Google API key. It can also now use the Nominatim API which is free. Hope this helps!

Closed via 338b24b4