I am trying to use the geocoder.google to find zipcodes from the lat, long values. It keeps returning None value.
INPUT
a = gc.google([33.573256, -111.906344], method='reverse')
print a.postal
print a.address
OUTPUT
None
None
Can someone also tell me an easier way for converting Lat/long to zipcodes in python (preferably) or R. I have a csv file with about 58,000 rows. I want to find associated zipcodes to all these Lat,Lon values