Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palewire/python-googlegeocoder

A simple Python wrapper for Google’s geocoder API
https://github.com/palewire/python-googlegeocoder

address api-wrapper geocoding geospatial google googlegeocode python

Last synced: 1 day ago
JSON representation

A simple Python wrapper for Google’s geocoder API

Awesome Lists containing this project

README

        

## Features

* Submit an address and have it geocoded
* Submit a lat/lng pair and have it reverse-geocoded
* Results include all data returned by Google, including formatted address, location, viewport, bounds, address type and address components
* Bias results to a bounding box you provide
* Bias results to a region you specify by country code
* Specify a language code
* Results automatically converted to WKT format

## Other resources

* Docs: [palewi.re/docs/python-googlegeocoder/](https://palewi.re/docs/python-googlegeocoder/)
* Issues: [github.com/datadesk/python-googlegeocoder/issues](https://github.com/datadesk/python-googlegeocoder/issues)
* Packaging: [pypi.python.org/pypi/python-googlegeocoder](https://pypi.python.org/pypi/python-googlegeocoder)
* Testing: [travis-ci.org/datadesk/python-googlegeocoder](https://travis-ci.org/datadesk/python-googlegeocoder)
* Coverage: [coveralls.io/r/datadesk/python-googlegeocoder](https://coveralls.io/r/datadesk/python-googlegeocoder)