ppygis3

PostGIS geometry objects synchronized in Python


Keywords
postgreSQL, postgis, EWKB, geometry, psycopg
License
Other
Install
pip install ppygis3==0.2.1

Documentation

ppygis3

ppygis3 is a port of PPyGIS that works in Python>=3. PPyGIS is an extension for psycopg2. PPyGIS adds support for PostGIS geometry objects by translating them between PostGIS EWKB representation and python objects.

Installation

pip install ppygis3

Usage

The module can be used exactly as described in the documentation of PPyGIS for Python2. Simply use a different import statement, ppygis3 instead of PPyGIS. The PPyGIS documentation can be found here