.. plpygis documentation master file, created by sphinx-quickstart on Wed Jul 5 19:28:02 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ################################### Welcome to plpygis's documentation! ################################### ``plpygis`` is a pure Python module that can convert geometries to and from the PostGIS ``geometry`` type, WKB, EWKB, WKT, EWKT, GeoJSON and Shapely formats in addition to implementing the ``__geo_interface__`` standard. ``plpygis`` is intended for use in PL/Python functions but it can also be used in general-purpose Python code that requires support for geospatial types. .. toctree:: :maxdepth: 2 :caption: Contents: installation usage subclasses plpython examples plpygis