Skip to content

Releases: ScriptChicken/Google-Geocoding-Utility

Google Geocoding Utility v2.0

21 Jul 20:23
f73f5c4

Choose a tag to compare

----- v2.0 of Google Geocoding Utility ----

Application Description:
Allows users to choose a CSV file with a column of (column of addresses must be named 'addresses') addresses, run them through the Google Geocoding API to create lat and long coordinates and then outputs them to a new output.csv file.

Keep things simple by running the exe file provided or work with the pyfiles!

---- New to this version ----

  1. Users must now provide their own Google API Key before application can be used.
  2. Users can now choose which columns in the input file to keep for the output file.

example:
input file columns:
names, addresses, house color, square foot

output file columns after choosing:
address, lat, long