Quick and Dirty Lat/Lng Values from the Google Geocoding API

Posted by: barbara | Date: Oct 11, 2011 | Category: python

This past week, I had to assign lat/long values to a large batch of addresses we had sitting around in our database.

To get those values, I posted to the Google Geocoding API and parsed the resulting XML.

This script isn't particularly polished - I didn't spend much time ...

Read More