Skip to content

Python script for geocoding addresses in batches using Google Geocode API. Enhances Shane Lynn's script by adding web lookup for google spelling suggestions for addresses not found in maps geocode

Notifications You must be signed in to change notification settings

crazybusy/python_batch_geocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch Geocoding with Python and Google Geocoding API

This repository contains a python script to geocode multiple addresses using the Google Geocoding API.

Addresses can be geocoded for free at a rate of 2500 addresses per day, limited by Google. With a Google Developer API key, any number of addresses can be geocoded.

If the geocode does not succeed as address not found, script does google web search to get spelling suggestions. You may need to enter your own API Key for Google Search. There is a limit of 100 per day for the free tier

Data input and output is processed from CSV files.

About

Python script for geocoding addresses in batches using Google Geocode API. Enhances Shane Lynn's script by adding web lookup for google spelling suggestions for addresses not found in maps geocode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%