azavea / python-omgeo

OMGeocoder - A python geocoding abstraction layer
http://python-omgeo.readthedocs.io/en/latest/
MIT License
36 stars 14 forks source link

Exclude people/businesses from geocoding with the Google service #54

Closed maurizi closed 6 years ago

maurizi commented 6 years ago

If there's a web site that associates a name with a business address, the Google geocoding service will use that information to attempt to geocode the person's name.

Since this is mostly unwanted behavior, I've added a default post-processor to remove these results.