Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/palewire/python-googlegeocoder
- Owner: palewire
- License: gpl-3.0
- Created: 2011-08-16T21:34:46.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T22:04:07.000Z (12 months ago)
- Last Synced: 2024-12-26T00:06:59.314Z (8 days ago)
- Topics: address, api-wrapper, geocoding, geospatial, google, googlegeocode, python
- Language: Python
- Homepage: https://palewi.re/docs/python-googlegeocoder/
- Size: 141 KB
- Stars: 82
- Watchers: 33
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)