Changeset 711 for branches/PublicaMundi_David-devel/docs/kernel/what.rst
- Timestamp:
- Jun 30, 2015, 4:22:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/kernel/what.rst
r697 r711 9 9 ZOO-Kernel is the heart of the `ZOO-Project <http://zoo-project.org>`_ WPS platform. It is a WPS compliant implementation written in C language which provides a powerful and extensible WPS server. 10 10 11 ZOO-Kernel is an extensible WPS server that makes your system more powerful. It provides a full-featured processing engine which runs on Linux, Mac OSX |trade| and Windows |trade| operating 12 systems. ZOO-Kernel is a CGI program which works on common web servers (namely `Apache <http://httpd.apache.org/>`_ or `IIS <http://www.iis.net/>`_ |trade|). It can be seamlessly integrated to new or existing web platforms. 11 ZOO-Kernel is an extensible WPS server that makes your system more 12 powerful. It provides a full-featured processing engine which runs on 13 Linux, Mac OSX |trade| and Windows |trade| operating 14 systems. ZOO-Kernel is a CGI program which works on common web servers 15 (namely `Apache <http://httpd.apache.org/>`_ or `IIS 16 <http://www.iis.net/>`_ |trade|). It can be seamlessly integrated to 17 new or existing web platforms. 13 18 14 ZOO-Kernel lets you process geospatial or non geospatial data using well formed WPS requests. The WPS server is able to manage and chain WPS Services (see ZOO-Services for examples) by loading dynamic libraries and source code written in different programming languages. 19 20 ZOO-Kernel lets you process geospatial or non geospatial data using 21 well formed WPS requests. The WPS server is able to manage and chain 22 WPS Services (see ZOO-Services for examples) by loading dynamic 23 libraries and source code written in different programming languages. 15 24 16 25 First class WPS server … … 20 29 ........................................................ 21 30 22 ZOO-Kernel implements and complies with the `WPS 1.0.0 <http://www.opengeospatial.org/standards/wps/>`_ and the `WPS 2.0.0 <http://www.opengeospatial.org/standards/wps/>`_ standards edited by the `Open Geospatial Consortium <http://www.opengeospatial.org/>`_. It is able to perform the WPS operations as indicated in the OpenGIS |reg| specification, as listed bellow: 31 ZOO-Kernel implements and complies with the `WPS 1.0.0 32 <http://www.opengeospatial.org/standards/wps/>`_ and the `WPS 2.0.0 33 <http://www.opengeospatial.org/standards/wps/>`_ standards edited by 34 the `Open Geospatial Consortium <http://www.opengeospatial.org/>`_. It 35 is able to perform the WPS operations defined in the OpenGIS |reg| 36 specification, such as: 23 37 24 * **GetCapablities**: Returns service-level metadata information.It provides the list of available processing services. 25 * **DescribeProcess**: Returns a description of a process, including its supported input and output. 26 * **Execute**: Launches computation and returns the output produced by a particular process. 38 * **GetCapablities**: Returns service-level metadata information.It 39 provides the list of available processing services. 40 * **DescribeProcess**: Returns a description of a process, including 41 its supported input and output. 42 * **Execute**: Launches computation and returns the output produced 43 by a particular process. 44 * **GetStatus**: only available in WPS 2.0.0, it lets the client fetch 45 the ongoing status of a running service. 46 * **GetResult**: only available in WPS 2.0.0, it lets the client fetch 47 the final result of a running service. 48 * **Dismiss**: only available in WPS 2.0.0, it lets the client ask 49 the server to stop a running service and remove any file it created. 27 50 28 51 ZOO-Kernel compliancy and performances can be tested using the
Note: See TracChangeset
for help on using the changeset viewer.