TITLE: About AUTHOR: jachym DATE: DESC: About PyWPS FORMAT: raw ----- BODY:

About

PyWPS (Python Web Processing Service) is implementation of Web Processing Service standard from Open Geospatial Consortium.

It has been started on Mai 2006 as project supported by DBU. It offers environment for programming own process (geofunctions or models) which can be accessed from the public. The main advantage of PyWPS is, that it has been written with native support for GRASS. Access GRASS modules via web interace should be as easy as possible.

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.


License

                Copyright (C) 2006  Jachym Cepicky

                This program is free software; you can redistribute it and/or
                modify it under the terms of the GNU General Public License
                as published by the Free Software Foundation; either version 2
                of the License, or (at your option) any later version.

                This program is distributed in the hope that it will be useful,
                but WITHOUT ANY WARRANTY; without even the implied warranty of
                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                GNU General Public License for more details.

                You should have received a copy of the GNU General Public License
                along with this program; if not, write to the Free Software
                Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
            

History

PyWPS has been initialy started by Jachym Cepicky as his project ,,Connecting of GRASS GIS with UMN MapServer`` for German Foundation for Environment. Be began to work on this project from April 2006 to September 2006, while he was on his sholarship by GDF-Hannover GmbH company.

First site, which has adopted PyWPS as demo application was WPS Demo provided by Help Service Remote Sensing company.

First presentation about PyWPS was held at FOSS4G 2006 conference in Lausanne. It's name was GRASS goes web: PyWPS.

Around October 2006, the project homepage has been moved from Jachym's personal homepage to GForge server hosted on wald.intevation.org, which is maintained by Intevation GmbH company to support their projects. Since this date, PyWPS has it's own mailing lists, subversion repository and other necessary infrastructure for Open Source project.

In October 2006, other developers joined the development, so that it is possible to speak about PyWPS Development Team.

2006-11-10 version 1.0.0 has been released.

During November 2006, Lorenzo Becchi and Luca Casagrande started their work on Web User Interface for WPS. They lunched two projects: WUIW and Embrio. WUIW should be general web interace able to handle any WPS server. Embrio is bringing functionality of GRASS GIS to the Internet. WUIW and Embrio are part of PyWPS's subversion repository.

2007-10-08 version 2.0.0 has been released.

New version improved stability, approached in the standard implementation and introduces python Class Process, which's methods can be used in process coding. New WPS client project was lounched, plugin for OpenLayers.

END-----