Skip to content

Takes a CSV as input, providing a "addresses" column and adds latitude and longitude in the output.csv for easy importing to GIS systems.

Notifications You must be signed in to change notification settings

ScriptChicken/Google-Geocoding-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

Application Description: Allows users to choose a CSV file with a column of addresses (column of addresses must be named '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 ----

Users must now provide their own Google API Key before application can be used. 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

About

Takes a CSV as input, providing a "addresses" column and adds latitude and longitude in the output.csv for easy importing to GIS systems.

Resources

Stars

Watchers

Forks

Packages

No packages published