ZOO-Project is a Web Processing Service (WPS) implementation written in C, Python and JavaScript. It is an open source platform, released under MIT/X11 Licence, which implements the WPS standard edited by the OGC
ZOO-Project provides a developer-friendly framework for creating and chaining WPS compliant Web Services. Its main goal is to provide generic and standard-compliant methods for using existing open source librairies as WPS.
ZOO idea at FOSS4G 2008
ZOO 1st talk at FOSS4G 2009
ZOO-Project 1.0 release at FOSS4G 2010
ZOO-Project 1.1 release at FOSS4G 2011
ZOO-Project 1.2 enters OSGeo incubation in 2012
ZOO-Project 1.3 release at FOSS4G 2013
ZOO-Project 1.4 release at FOSS4G 2014
ZOO-Project 1.5 release in July 2015
ZOO-Project 1.6.0-rc1 has been released early 2017
ZOO Tribal Council
(Project Steering
Comitee)
ZOO Keepers
(Comiters)
ZOO Visitors
(Users and Developers)
ZOO Animals
(FOSS4G & FOSS librairies)
Prénom | Nom | Organisation | Pays |
---|---|---|---|
Nicolas | BOZON | ESRI France | FRANCE |
Maria | BROVELLI | Politecnico di Milano | ITALY |
Massimilano | CANNATA | SUPSI | ITALY |
Gérald | FENOY | GeoLabs | FRANCE |
Hirofumi | HAYASHI | Applied Technologies | JAPAN |
Daniel | KASTL | GeoRepublic | GERMANY |
Jeff | McKENNA | Gateway Geomatics | CANADA |
Markus | NETELER | Mundialis | ITALY |
Venkatesh | RAGHAVAN | Osaka City University | JAPAN |
Angelos | TZOTSOS | National Technical University of Athens | GREECE |
Prénom | Nom | Organisation | Pays |
---|---|---|---|
Nicolas | BOZON | ESRI France | FRANCE |
Trevor | CLARKE | Ball Aerospace | USA |
Luca | DELUCCHI | Fondazione Edmund Mach | ITALY |
Gérald | FENOY | GeoLabs | FRANCE |
Knut | LANDMARK | Norwegian Defence Research | NORWAY |
Jeff | McKENNA | Gateway Geomatics | CANADA |
Marco | NEGRETTI | Politecnico di Milano | ITALY |
Markus | NETELER | Mundialis | ITALY |
David | SAGGIORATO | Cleolys | FRANCE |
Angelos | TZOTSOS | National Technical University of Athens | GREECE |
ZOO-Kernel implements the WPS 1.0.0 and WPS 2.0.0 specifications of the Open Geospatial Consortium and runs on GNU/Linux, MacOS X and Windows™ platforms.
ZOO-Kernel is able to execute WPS Services written in C/C++, Fortran, Java, PHP, Perl, Ruby, Python, C# and JavaScript.
Run your code through WPS compliant web services.
C# and PHP version 7 are supported from 1.6.0-rc1!
MapServer support: automatc result publication as : WMS/WFS/WCS
GetStatus also available as a service for WPS 1.0.0!
Sample nested outputs.
New in 1.6.0-rc1!
ZOO Services is a growing collection of ready to use WPS services built on top of reliable open source libraries such as GDAL, GRASS, CGAL and more.
A ZOO Service is a couple gathering a source code to execute and a ZCFG or YAML file which describes the Service and the needed input/output.
Turn your code into a WPS service easily.
def HelloPy(conf,inputs,outputs):
outputs["Res"]["value"]="Hello "+inputs["a"]["value"]+" from Python"
return zoo.SERVICE_SUCCEEDED
500+ ready to use WPS
ZOO API is a server side Javascript library designed to simplify the creation and chaining of WPS processes.
Uses Mozilla Spider Monkey as JavaScript engine.
ZOO.Process server side classes.
Call and chain your WPS Services the simple way.
ZOO-Client is a client-side JavaScript API which provides simple methods for interacting with WPS server from web applications.
It is helpful for sending requests to any WPS compliant server and to parse the output responses using simple JavaScript.
ZOO-Client relies on modern JavaScript libraries and can be seamlessly integrated in new or existing web applications.
ZOO-Client uses logic-less Mustache templates for creating well-formed WPS requests
GIS in the browser and Web GIS generator
http://mapmint.com