| | 1 | = ZOO Services Examples = |
| | 2 | |
| | 3 | = GDAL ZOO Service = |
| | 4 | |
| | 5 | 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. |
| | 6 | Implemented functions |
| | 7 | |
| | 8 | * Gdal_Grid (creates regular grid from the scattered data) |
| | 9 | * Link to service source code |
| | 10 | * Link to service .zcfg |
| | 11 | |
| | 12 | * Gdal_Translate (converts raster data between different formats) |
| | 13 | * Link to service source code |
| | 14 | * Link to service .zcfg |
| | 15 | |
| | 16 | = OGR ZOO Service = |
| | 17 | |
| | 18 | 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. |
| | 19 | Implemented functions |
| | 20 | |
| | 21 | * Base_Vect_Ops (Single and Multiples geometries operations) |
| | 22 | * Link to service source code |
| | 23 | * Link to Base_Vect_Ops .zcfg list |
| | 24 | |
| | 25 | * Ogr2Ogr (converts simple features data between file formats) |
| | 26 | * Link to service source code |
| | 27 | * Link to service .zcfg |
| | 28 | |
| | 29 | = OO ZOO Service = |
| | 30 | |
| | 31 | 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. Learn more on OppenOffice server and read documentation on the official [http://openoffice.org/ OpenOffice] website. |
| | 32 | Implemented functions |
| | 33 | |
| | 34 | * Exporter (convert an .odt document to other formats) |
| | 35 | * Link to service source code |
| | 36 | * Link to service .zcfg |
| | 37 | |
| | 38 | = QR ZOO Service = |
| | 39 | |
| | 40 | 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. |
| | 41 | Implemented functions |
| | 42 | |
| | 43 | * QREncode (creates 2D barcode from an input url) |
| | 44 | * Link to service source code |
| | 45 | * Link to service .zcfg |
| | 46 | |