= ZOO Service Documentation = Here you'll find documentations about the ZOO Services and ZOO Services Providers. = Python = 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]] 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]] When you have '''''yourVariables''''' in python variable you can made what do you have in your mind