GeoTypes 0.6.0 review
DownloadGeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types
|
|
GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. GeoTypes 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.
What's New in This Release:
Point and Box constructor now accept several argument types
SRID optional in WKTParser.parseGeometry
minor typo corrections
added joinBoxes()
GeoTypes 0.6.0 search tags