Changes between Version 1 and Version 2 of ZooWebSite/ZooServices/Introduction
- Timestamp:
- Apr 16, 2010, 5:03:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooServices/Introduction
v1 v2 1 = ZOO Services introduction =1 = ZOO Services Introduction = 2 2 3 ZOO Services are example webservices which work with [http://svn.zoo-project.org/index.php?left=ZooKernel/Introduction ZOO Kernel]. They are based on various existing open source librairies and tend to provide simple web processing functions such as GIS format conversion, GIS file reprojection, basic spatial operations, basic raster operations...3 ZOO Services are example Web services which work with the [http://svn.zoo-project.org/index.php?left=ZooKernel/Introduction ZOO Kernel]. They are based on various existing Open Source libraries and tend to provide simple Web processing functions such as GIS format conversion, GIS file reprojection, basic spatial operations, basic raster operations... 4 4 5 The available ZOO Services are under development and come without any warranty. They are based on existing code and prove that [http://svn.zoo-project.org/index.php?left=ZooKernel/Introduction ZOO Kernel] works with many different codes and languages (please have a look to the ZOO demos !). The ZOO Project team want to encourage people to use the ZOO Services as a functionnal basis for web processing, but above all to provide a source of inspiration to the community for creating new ZOO Services.5 The available ZOO Services are under development and come without any warranty. They are based on existing code and prove that the [http://svn.zoo-project.org/index.php?left=ZooKernel/Introduction ZOO Kernel] works with many different codes and languages (please have a look to the ZOO demos !). The ZOO Project team wants to encourage people to use the ZOO Services as a functional basis for Web processing, but above all to provide a source of inspiration to the community for creating new ZOO Services. 6 6 7 7 = What is a ZOO Service ? = … … 9 9 A ZOO Service is a couple composed of: 10 10 11 * The code you want to turn into a standardized webservice12 * A configuration file (.zcfg) which describes this webservice11 * The code you want to turn into a standardized Web service 12 * A configuration file (.zcfg) which describes this Web service 13 13 14 14 Learn more on ZOO services configuration reading the [http://svn.zoo-project.org/index.php?left=ZooServices/ZCFGReference .zcfg Reference]