Changes between Version 1 and Version 2 of ZooWebSite/ZooServices/Samples
- Timestamp:
- Apr 14, 2010, 11:03:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooServices/Samples
v1 v2 4 4 5 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 functions7 6 8 * Gdal_Grid (creates regular grid from the scattered data) 9 * Link to service source code 10 * Link to service .zcfg 7 == Implemented functions == 11 8 12 * Gdal_Translate (converts raster data between different formats) 13 * Link to service source code 14 * Link to service .zcfg 9 Gdal_Grid:: 10 creates regular grid from the scattered data 11 * [browser:trunk/zoo-services/gdal/grid/service.c Link to service source code] 12 * [browser:trunk/zoo-services/gdal/grid/cgi-env/Gdal_Grid.zcfg Link to service .zcfg] 13 14 Gdal_Translate:: 15 converts raster data between different formats 16 * [browser:trunk/zoo-services/gdal/translate/service.c Link to service source code] 17 * [browser:trunk/zoo-services/gdal/translate/cgi-env/Gdal_Translate.zcfg Link to service .zcfg] 15 18 16 19 = OGR ZOO Service = 17 20 18 21 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 functions20 22 21 * Base_Vect_Ops (Single and Multiples geometries operations) 22 * Link to service source code 23 * Link to Base_Vect_Ops .zcfg list 23 == Implemented functions == 24 24 25 * Ogr2Ogr (converts simple features data between file formats) 26 * Link to service source code 27 * Link to service .zcfg 25 Base_Vect_Ops:: 26 Single and Multiples geometries operations 27 * [browser:trunk/zoo-services/ogr/base-vect-ops/service.c Link to service source code] 28 * [browser:trunk/zoo-services/ogr/base-vect-ops/cgi-env Link to the .zcfg list] 29 30 Ogr2Ogr:: 31 converts simple features data between file formats 32 * [browser:trunk/zoo-services/ogr/ogr2ogr/service.c Link to service source code] 33 * [browser:trunk/zoo-services/ogr/ogr2ogr/cgi-env/Ogr2Ogr.zcfg Link to service .zcfg] 28 34 29 35 = OO ZOO Service = 30 36 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 37 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]. 33 38 34 * Exporter (convert an .odt document to other formats) 35 * Link to service source code 36 * Link to service .zcfg 39 == Implemented functions == 40 41 Exporter:: 42 convert an .odt document to other formats 43 * [browser:trunk/zoo-services/openoffice/cgi-env/Exporter.py Link to service source code] 44 * [browser:trunk/zoo-services/openoffice/cgi-env/OdtConverter.zcfg Link to service .zcfg] 37 45 38 46 = QR ZOO Service = 39 47 40 48 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 functions42 49 43 * QREncode (creates 2D barcode from an input url) 44 * Link to service source code 45 * Link to service .zcfg 50 == Implemented functions == 46 51 52 QREncode:: 53 creates 2D barcode from an input url 54