On Apr 29, 2010, at 2:00 AM, Stefan Keller wrote:
Hi Stefan,
General question: Are there projects around to turn PostGIS/PostgreSQL into a Web Processing Service (WPS)? I'm thinking of an approach similar to PyWPS which is a minimalist python wrapper code around GRASS.
Well PyWPS allow you to write in Python any treatment that you want. And there's of course ways in Python to connect to PostgreSQL. So you don't have to rewrite all the WPS part at all :) Only few lines to do your own treatment with PostgreSQL/PostGIS. HTH, -- Olivier _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
