Skip to content

martinmacias/geocoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Geocoding

Python code to geocode lists of addresses in Python within a pandas Data Frame.

The code I post here has two special characteristics:

  1. It will make the geocoding automatically.
  2. It will let you know where you have an error because of typing mistakes or because of the Google API does not have that address registered.

With this version it is possible to only geocode a maximum of 2500 registers since it is the free limit that Google Maps API permits. If you want to goecode a larger list of addresses check the following link: https://gist.github.com/shanealynn/033c8a3cacdba8ce03cbe116225ced31

About

Code to geocode lists of addresses in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published