pygeocoder /

Filename Size Date modified Message
doc
270 B
Added tag 1.1 for changeset eda9850b7637
66 B
minor adjustments + renamed result prop location to coordinates for less confusion
7.5 KB
initial, working code, no setup
39 B
minor adjustments + renamed result prop location to coordinates for less confusion
1.5 KB
initial, working code, no setup
1.1 KB
minor adjustments + renamed result prop location to coordinates for less confusion
9.4 KB
returns result class by default
1.6 KB
minor adjustments + renamed result prop location to coordinates for less confusion
3.1 KB
returns result class by default

pygeocoder 1.1

Xiao Yu 19/12/2010

Based on googlemaps 1.0.2 by John Kleint

README

This is a Python wrapper for Google Geocoding API V3

It allows you to directly convert an address to coordinates or vice versa.

Dependencies

Its only dependency is the json module, included with Python versions 2.6 and later and available for download as simplejson for earlier versions. It is developed on Python 2.7 but should work on earlier versions.

Installation

You can install this package using pip:

sudo pip install pygeocoder

or download the source from http://code.xster.net/pygeocoder and install

python setup.py install

Usage

Please refer to http://code.xster.net/pygeocoder/wiki for help with usage

Contact Information

Author: Xiao Yu Internet: http://code.xster.net/pygeocoder

For comments, issues, requests, please contact via bitbucket at the above website

Changelog

Version 1.1 Added GeocoderResult in order to ease field retrieval/result parsing.

Version 1.0 Working version an API V3

Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.