Pyspatialite and psycopg2 are more direct library wrappers I think.
Geoalchemy and geodjango give you a common api for working with a variety of
dbms'. Geodjango is often compared to rails providing a full web app
framework
On Oct 19, 2010 4:39 PM, "Ivan Willig" <[email protected]> wrote:
> 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
>>