deprecated simple library for dealing with political boundaries as defined by census.gov shapefiles
Go to file
james.p.turk feb9f6ca11 added optional geocoder param
git-svn-id: https://polipoly.googlecode.com/svn/trunk@13 1885ebd5-0a40-0410-88a4-770918bee656
2008-01-17 19:33:02 +00:00
examples added optional geocoder param 2008-01-17 19:33:02 +00:00
LICENSE.txt docs and distutils information 2007-12-10 09:27:49 +00:00
MANIFEST.in docs and distutils information 2007-12-10 09:27:49 +00:00
polipoly.py geocoder.us changes 2008-01-17 19:05:20 +00:00
README.txt 2008 2008-01-17 19:05:37 +00:00
setup.py docs and distutils information 2007-12-10 09:27:49 +00:00

polipoly - Python library for dealing with political boundaries.  Enables 
    programatic conversion of latitudes/longitudes to political districts.

http://polipoly.googlecode.com/

polipoly is a project of Sunlight Labs (C) 2007-2008 see LICENSE.txt for details

Files Included
==============
polipoly.py - The polipoly library
examples/address_to_district.py - Implementation of a webservice for an address
     to district webservice. This is based on the code that runs
     http://api.sunlightlabs.com/places.getDistrictFromAddress
examples/csvtest.py - Example of batch processing addresses from a csv file.


Requirements
============

python >= 2.4
pyShapeLib 0.3 (see http://code.google.com/p/polipoly/wiki/ShapeLib)


Installation
============
To install run

    python setup.py install

which will install the bindings into python's site-packages directory.

Documentation
=============
For documentation view the source itself and the examples included in the 
examples/ subdirectory.