= ZOO Services Examples = == GDAL ZOO Service == The GDAL ZOO Service is based on [http://www.gdal.org/ 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 [http://www.gdal.org/ GDAL] website. === Implemented functions === Gdal_Grid:: creates regular grid from the scattered data * [browser:trunk/zoo-services/gdal/grid/service.c Link to service source code] * [browser:trunk/zoo-services/gdal/grid/cgi-env/Gdal_Grid.zcfg Link to service .zcfg] Gdal_Translate:: converts raster data between different formats * [browser:trunk/zoo-services/gdal/translate/service.c Link to service source code] * [browser:trunk/zoo-services/gdal/translate/cgi-env/Gdal_Translate.zcfg Link to service .zcfg] == OGR ZOO Service == The OGR ZOO Service is based on [http://www.gdal.org/ 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 [http://www.gdal.org/ OGR] website. === Implemented functions === Base_Vect_Ops:: Single and Multiples geometries operations * [browser:trunk/zoo-services/ogr/base-vect-ops/service.c Link to service source code] * [browser:trunk/zoo-services/ogr/base-vect-ops/cgi-env Link to the .zcfg list] Ogr2Ogr:: converts simple features data between file formats * [browser:trunk/zoo-services/ogr/ogr2ogr/service.c Link to service source code] * [browser:trunk/zoo-services/ogr/ogr2ogr/cgi-env/Ogr2Ogr.zcfg Link to service .zcfg] === Demo page === [/../site/ZooWebSite/Demo/SpatialTools#ZOOspatialtoolsdemo Base-Vect-Ops ServiceProvider Demo Page]. == OO ZOO Service == The OO ZOO Service is based on [http://openoffice.org/ OpenOffice] source code and copyright. This ZOO Service aims to provide a link between !OpenOffice server and your ZOO Kernel installation. [wiki:ZooWebSite/ZooKernel/InstallationUsingOO Learn more] on !OpenOffice server and howto setup your ZOO Kernel to support OpenOffice U.N.O. === Implemented functions === Exporter:: convert an .odt document to other formats * [browser:trunk/zoo-services/openoffice/cgi-env/Exporter.py Link to service source code] * [browser:trunk/zoo-services/openoffice/cgi-env/OdtConverter.zcfg Link to service .zcfg] === Demo page === [/../site/ZooWebSite/Demo/FormTools#ZOOODTconverterdemo ODT Exporter Demo Page]. == QR ZOO Service == The QR ZOO Service is based on [http://megaui.net/fukuchi/works/qrencode/index.en.html QREncode] source code and copyright. This ZOO Service aims to provide 2D barcodes creation capability to your ZOO Kernel installation. Learn more and read documentation on the official [http://megaui.net/fukuchi/works/qrencode/index.en.html QREncode] website. === Implemented functions === QREncode:: creates 2D barcode from an input url === Demo page === [/../site/ZooWebSite/Demo/FormTools#ZOOQRcreatordemo QREncode Demo Page].