Service Examples

Authors:Nicolas Bozon, Gérald Fenoy, Jeff McKenna
Last Updated:$Date: 2011-12-07 14:44:57 +0100 (Wed, 07 Dec 2011) $

ZOO Services are quite easy to create once you have installed the ZOO Kernel and have chosen code (in the language of your choice) to turn into a ZOO service. Here are some HelloWorlds with links to their corresponding .zcfg files.

GDAL ZOO Service

The GDAL ZOO Service is based on GDAL source code and copyright. This ZOO Service aims to provide some basic raster processing operations to your ZOO Kernel installation. Learn more and read documentation on the official GDAL website.

Implemented functions

Gdal_Grid
creates regular grid from the scattered data
Gdal_Translate
converts raster data between different formats

OGR ZOO Service

The OGR ZOO Service is based on OGR source code and copyright. This ZOO Service aims to provide some basic vector spatial operations to your ZOO Kernel installation. Learn more and read documentation on the official OGR website.

Implemented functions

Base_Vect_Ops