[Blends-commit] r2592 - /projects/gis/trunk/debian-gis/tasks/web

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sun Jan 16 13:46:08 UTC 2011


Author: tille
Date: Sun Jan 16 13:46:02 2011
New Revision: 2592

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2592
Log:
Added WNPP for pywps

Modified:
    projects/gis/trunk/debian-gis/tasks/web

Modified: projects/gis/trunk/debian-gis/tasks/web
URL: http://svn.debian.org/wsvn/blends/projects/gis/trunk/debian-gis/tasks/web?rev=2592&op=diff
==============================================================================
--- projects/gis/trunk/debian-gis/tasks/web (original)
+++ projects/gis/trunk/debian-gis/tasks/web Sun Jan 16 13:46:02 2011
@@ -5,3 +5,22 @@
 
 Depends: php5-mapscript, mapserver-bin, cgi-mapserver, python-mapscript
 
+Depends: pywps
+WNPP: 610181
+Responsible: David Paleino <d.paleino at gmail.com>
+Homepage: http://pywps.wald.intevation.org/
+License: GPL-2
+Language: Python
+Pkg-Description: Python implementation of the Web Processing Service standard
+ WPS stands for Web Processing Service and it is a standard OGC (Open
+ Geospatial Consortium) protocol to make GIS calculations/models available
+ to the Internet. In theory WPS should be able to describe any process, run
+ it using pre-defined input/output and report error and status.
+ .
+ WPS supports simultaneous exposure of processes via HTTP GET, HTTP POST and
+ SOAP, thus allowing the client to choose the most appropriate interface
+ mechanism, normally the processes's metadata is gathered using HTTP GET while
+ its execution is done using HTTP POST.
+ .
+ PyWPS is an implementation of this protocol in Python.
+




More information about the Blends-commit mailing list