Not sure if you are using django, but geodjango<http://docs.djangoproject.com/en/dev/ref/contrib/gis/>has support for postgis.
I would also check out the python bindings to gdal/ogr http://trac.osgeo.org/gdal/wiki/GdalOgrInPython Gdal is a little hard to get started with, but its an amazingly powerful and well thought out library. Hope this helps. <http://trac.osgeo.org/gdal/wiki/GdalOgrInPython> Ivan Willig On Tue, Oct 19, 2010 at 4:47 PM, Tim Michelsen <[email protected]>wrote: > Hello, > what is the equivalent python package to georuby? > > http://georuby.rubyforge.org/ > > I am searching for connectors / packages that talk to spatial data bases. > > Best regards, > Timmie >
