GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. It integrates with the psycopg Python/PostgreSQL interface. It provides implementations of all of the OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently supports the EWKB, HEXEWKB, WKB, and WKT formats.
| Tags | Database API Scientific/Engineering Geographical Software Development Libraries Python Modules |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | Python |
Recent releases


Release Notes: The Point and Box constructors now accept several argument types. The SRID is optional in WKTParser.parseGeometry. A new method, joinBoxes(), was added. Some minor typos were corrected.


No changes have been submitted for this release.