Skip to content
Denis edited this page Jul 6, 2014 · 33 revisions

Geocoder Wiki

Please look at the following pages on the wiki for more information about a certain topic.

The Wiki is divided into 3 parts

QuickStart

A place to get you started on how to use this module and set up your work station.

Installation Process

pip install geocoder

Core

A compilation of providers that are available for FREE use with limited restrictions.

Basic Usage

>>> import geocoder
>>> g = geocoder.google(<address>)
>>> g.lat, g.lng
45.413140 -75.656703

Extras

The fun extra stuff I added to enjoy some cool features the web has to offer.

Topic not available?

If you cannot find a topic you are looking for, please feel free to ask me @DenisCarriere

Clone this wiki locally