On Mon, Jan 18, 2010 at 10:21 AM, Lutfi Oduncuoglu <[email protected]> wrote: > I am new wiht postgis and looking rof python api of postgis, do you have any > suggestions? I am also using that api in a qgis python plugin > > Thanks for help, > > Lutfi >
Hello Lutfi, PostGIS is an extension to PostgreSQL. You can use pygre [1] as general interface with PostgreSQL and call the PostGIS functions [2] [3] [1] http://www.pygresql.org/ [2] http://postgis.refractions.net/documentation/manual-1.4/ch07.html [3] http://postgis.refractions.net/documentation/manual-1.4/ch08.html Best regards, Jorge > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > > _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
