project logo OSGeo Community Project

ZOO Project Quickstart

The ZOO-Project provides a developer friendly Web Processing Service (WPS) framework for creating and chaining Web Processing Services. A WPS provides web access to functions which run spatial algorithms.

This Quick Start describes how to:

  • Apply processes to a WFS from a web browser.

Running

  • To run the ZOO Project demo from the OSGeo-Live DVD, click on the “ZOO Project” link you will find it in the menu-items under “Geospatial” > “Web Services”.
  • Firefox will open the ZOO Project demonstration landing page. From here, you can decide what is the demonstration you want to use.
screenshot

OGR spatial tools

  • Click on the map to select a feature from the GeoServer WFS Server, the feature will be displayed in blue, then click on simple geometry process like Buffer, Centroid, ConvexHull or Boundary and the result will be displayed in yellow.
screenshot
  • Now select another feature near the first you’ve selected then click on multiple geometries process button Union, Intersection, Symmetric Difference or Difference to get the result displayed in red on the map.
screenshot

CGAL triangulations

  • From the CGAL triangulations application, you simply have to press the Voronoi or Delaunay button to display on your map the result of the WPS service execution, as shown bellow.
screenshot

OTB Applications

  • From the OTB application demonstration interface, you have to fill the form on the left to configure the WPS service execution. Once, you have selected the value for yoru processing, you can then press the Execute button at the bottom of the left form. In case you choose image/png as the output format, you will see the result of your processing displayed on the map. You can see bellow a sample KMeansClassification execution when selecting the image/png output format.
screenshot

What Next?