PPyGIS - PostGIS adapter for Psycopg

PPyGIS is an extension the Psycopg, a PostgreSQL database adapter for the Python programming language. PPyGIS adds support for PostGIS geometry objects by transparently translating between their PostGIS EWKB representation and Python objects.

PPyGIS is written in pure Python. It has been tested with Python 2.7 and may work with earlier versions as well. A Python 3 version does not currently exist.

The current version of PPyGIS may be downloaded from PyPI or directly from http://www.fabianowski.eu/projects/ppygis/releases/PPyGIS-0.2.tar.gz.

Comments, bug reports and patches are welcome at bartosz@fabianowski.eu.

Indices and tables

Table Of Contents

Next topic

Module usage

This Page