Changeset 711
- Timestamp:
- Jun 30, 2015, 4:22:29 PM (9 years ago)
- Location:
- branches/PublicaMundi_David-devel/docs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/install/installation.rst
r700 r711 212 212 $ ./configure --with-xml2config=/usr/local/bin/xml2-config 213 213 214 .. _zoo_install_db_backend: 215 214 216 Use a Database Backend (Optional) 215 217 .................................. -
branches/PublicaMundi_David-devel/docs/install/prerequisites.rst
r696 r711 9 9 The following libraries are required to install :ref:`kernel_index`. Please make sure they are available on your system before anything else. 10 10 11 - autoconf (`http://www.gnu.org/software/autoconf/ <http://www.gnu.org/software/autoconf/>`_) 12 - gettext (`https://www.gnu.org/software/gettext/ <https://www.gnu.org/software/gettext/>`_ ) 11 - autoconf (`http://www.gnu.org/software/autoconf/ 12 <http://www.gnu.org/software/autoconf/>`_) 13 - gettext (`https://www.gnu.org/software/gettext/ 14 <https://www.gnu.org/software/gettext/>`_ ) 13 15 - cURL (`http://curl.haxx.se <http://curl.haxx.se>`_ ) 14 16 - FastCGI (`http://www.fastcgi.com <http://www.fastcgi.com>`_ ) 15 - Flex & Bison (`http://flex.sourceforge.net/ <http://flex.sourceforge.net/>`_ | `http://www.gnu.org/software/bison/ <http://www.gnu.org/software/bison/>`_ ) 17 - Flex & Bison (`http://flex.sourceforge.net/ 18 <http://flex.sourceforge.net/>`_ | 19 `http://www.gnu.org/software/bison/ 20 <http://www.gnu.org/software/bison/>`_ ) 16 21 - libxml2 ( http://xmlsoft.org ) 17 22 - OpenSSL ( http://www.openssl.org ) … … 19 24 20 25 .. warning:: 21 It is mandatory to install every library listed above before compiling and installing ZOO-Kernel 26 It is mandatory to install every library listed above before 27 compiling and installing ZOO-Kernel 22 28 23 29 Optional … … 26 32 You may also consider the following optional libraries: 27 33 28 - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) (http://mapserver.org) 34 - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) 35 ( http://mapserver.org ) 29 36 - Python ( http://www.python.org ) 30 - PHP Embedded (for ZOO-Kernel optional PHP support) (http://www.php.net) 31 - Java SDK (for ZOO-Kernel optional Java support) (http://java.sun.com) 32 - SpiderMonkey (for ZOO-Kernel optional Javascript support) (http://www.mozilla.org/js/spidermonkey/) 33 - SAGA GIS (for ZOO-Kernel optional SAGA support)(http://www.saga-gis.org/en/index.html/) 34 - OrfeoToolbox (for ZOO-Kernel optional OTB support) (https://www.orfeo-toolbox.org/) 35 - Insight Segmentation and Registration Toolkit (http://itk.org/ITK/resources/software.html/>) 36 - GRASS GIS (for using it through WPSGrassBridge) (http://grass.osgeo.org) 37 37 - PHP Embedded (for ZOO-Kernel optional PHP support) 38 ( http://www.php.net ) 39 - Java SDK (for ZOO-Kernel optional Java support) ( 40 http://java.sun.com ) 41 - SpiderMonkey (for ZOO-Kernel optional Javascript support) ( 42 http://www.mozilla.org/js/spidermonkey/ ) 43 - SAGA GIS (for ZOO-Kernel optional SAGA support) ( 44 http://www.saga-gis.org/en/index.html/ ) 45 - OrfeoToolbox (for ZOO-Kernel optional OTB support) ( 46 https://www.orfeo-toolbox.org/ ) 47 - GRASS GIS (for using it through WPSGrassBridge) ( 48 http://grass.osgeo.org ) 49 - PostgreSQL support activated in GDAL to :ref:`zoo_install_db_backend` -
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.