Skip to main content

Converts oracle SDO_GEOMETRY objects to WKT and GeoJSON.

Project description

example of usage::

import cx_Oracle
import sdo
conn=cx_Oracle.connect("scott/tiger")
cur=conn.cursor()
cur.execute("select geometry from city")
print sdo.Geometry(cur.fetchone()[0]).wkt()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdo-0.6.4.zip (7.1 kB view hashes)

Uploaded Source

Built Distributions

sdo-0.6.4-py2.6.egg (11.1 kB view hashes)

Uploaded Source

sdo-0.6.4-py2.5.egg (11.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page