This page is intended to show the development status of few Web User Interfaces for PyWPS that we are developing.
As a wider target this interfaces would be usable with WPS in general.
From PyWPS site:
PyWPS (Python Web Processing Service) is implementation of Web Processing Service
standard from Open Geospatial Consortium.
Processes can be written using GRASS GIS, but usage of other programs is
also possible. Usage together with R package or GDAL or PROJ tools.
PyWPS is written in Python programming
language, your processes must use this language too.
from OpenGIS© Web Processing Service (WPS) specifications:
A WPS can be
configured to offer any sort of GIS functionality to clients across a network, including
access to pre-programmed calculations and/or computation models that operate on
spatially referenced data. A WPS may offer calculations as simple as subtracting one set
of spatially referenced numbers from another (e.g., determining the difference in
influenza cases between two different seasons), or as complicated as a global climate
change model. The data required by the WPS can be delivered across a network, or
available at the server.
This interface specification provides mechanisms to identify the spatially-referenced data
required by the calculation, initiate the calculation, and manage the output from the
calculation so that it can be accessed by the client. This Web Processing Service is
targeted at processing both vector and raster data.