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.
ZOO-Kernel is able to interract with GIS engines such as GRASS, OTB or SAGA-GIS. So no more coding is needed!
Run your code through WPS compliant web services.
MapServer support: automatc result publication as : WMS/WFS/WCS
GetStatus also available as a service for WPS 1.0.0!
Sample nested outputs.
Better support in the upcoming 1.7.0 version!
ZOO-Kernel is now able to pass any security parameters required that has been received in the initial WPS request and that should be send when accessing secured resources.
The schema has been provided by IRD, IRSTEA, Geolabs, Noveltis.
The ZOO-Kernel now supports remote execution of Services!
ZOO-Services is a growing collection of ready to use WPS services built on top of reliable open source libraries such as GDAL, 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.
In the upcoming 1.7.0 version, the metadata informations of a ZOO-Services can also be stored in a structured PostgreSQL database.
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
A spatial thanks to Jeff McKenna for his hard work!
GIS in the browser and Web GIS generator
http://mapmint.com