[postgis-users] postgis/mapserver

Nicolas Ribot nicolas.ribot at gmail.com
Mon Feb 14 03:30:18 PST 2011


> Hello
> I know that we can connect to postgis database from mapserver
> but can we edit or create tables in postgis using mapserver!!!
> is it possible using sql  !!!
> How can we use pywps  for spetial traitement such as interpolation in this
> case!!!
> thanks a lot for your help
>

Hello,

Mapserver is not intended to perform DDL (create, insert, delete,
update) on a database. Its goal is to generate an image from raster
and vector formats.
If you're working with python, it should be trivial to connect to your
postgis database to perform some specific SQL queries. (Psycopg or
PyGreSql are 2 python lib that connect to Postgresql)

Nicolas



More information about the postgis-users mailing list