Changes between Version 1 and Version 2 of ZooDocumentation/ZOOServices
- Timestamp:
- Sep 9, 2010, 1:21:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooDocumentation/ZOOServices
v1 v2 2 2 3 3 Here you'll find documentations about the ZOO Services and ZOO Services Providers. 4 5 = Python = 6 You can use python to develop your service, it's possible to use all python library (for example python GDAL/OGR - Numpy/Scipy ), you must only give space to your imagination.[[BR]] 7 To take value or data from the request using '''inputs [''yourVariables''] [value]''' and you have the result using '''outputs [''yourVariables''] [value]''' (where '''''yourVariables''''' is the name of variables that you are set in the zcfg file).[[BR]] 8 When you have '''''yourVariables''''' in python variable you can made what do you have in your mind