Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- Apr 13, 2010, 5:09:32 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 1 1 = Welcome to the ZOO project = 2 2 3 ZOO is an open source WPS (Web Processing Service) compliant web GIS platform, licensed under an [wiki:Licence MIT-style license]. The ZOO platform is made of two parts: [wiki:ZOO ServerZOO-Kernel], a powerful and extensible server-side C engine which makes it possible creating, managing and chaining geoprocessing operations, and [wiki:ZooClient Z00-Client], a Javascript webmapping API designed to communicate with the ZOO-Kernel inputs/outputs.3 ZOO is an open source WPS (Web Processing Service) compliant web GIS platform, licensed under an [wiki:Licence MIT-style license]. The ZOO platform is made of two parts: [wiki:ZOOKernel ZOO-Kernel], a powerful and extensible server-side C engine which makes it possible creating, managing and chaining geoprocessing operations, and [wiki:ZooClient Z00-Client], a Javascript webmapping API designed to communicate with the ZOO-Kernel inputs/outputs. 4 4 5 5 ZOO-Kernel is based on a Service Oriented Architecture (SOA) and a modular approach. It offers geoprocessing modules and supports numerous vector, raster and database formats. Any geoprocessing module can be codded in C, Python, JAVA, Fortran, PHP, JavaScript or Perl and directly added to the ZOO Service Provider list. … … 14 14 {{{ 15 15 #!sh 16 svn checkout svn+ssh://zoo-project.org/mnt/data3/zoo-project/zoo16 svn checkout http://svn.zoo-project.org/svn/trunk zoo 17 17 }}} 18 19 If you get a ZOO Developer account you can use the following command : 20 21 {{{ 22 #!sh 23 svn checkout svn+ssh://svn.zoo-project.org/var/svn/repos/trunk zoo 24 }}} 25 18 26 19 27 == Project Team == … … 43 51 44 52 subscribe here : http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss 45 46 47 == News ==48 49 [wiki:zoomeetingn2 ZOO meeting n°2 report]50 51 [wiki:first-obj ZOO first dev objectives (nov/dec 2008)]