Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- Apr 13, 2010, 3:53:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 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 the [wiki:Licence MIT-X11 License]. The ZOO platform is made of two parts: [wiki:ZOOServer ZOO Server], a powerful and extensible server-side C engine which makes it possible creating, managing and chaining geoprocessing operations, and [wiki:ZooClient Zoo Client], a Javascript webmapping API designed to communicate with the ZOO serverinputs/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:ZOOServer 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 ZOO Server 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 or Perl and directly added to the ZOO5 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. 6 6 7 7 == IRC Channel == … … 14 14 {{{ 15 15 #!sh 16 svn checkout svn+ssh:// dev.cartography.st/mnt/data3/zoo-project/ zoo16 svn checkout svn+ssh://zoo-project.org/mnt/data3/zoo-project/ zoo 17 17 }}} 18 18 19 19 == Project Team == 20 20 21 The current registered users are:21 The current registered users on the ZOO Trac System are the following : 22 22 23 23 * René-Luc D'Hont (aka [mailto:rldhont@gmail.com rldhont]), … … 28 28 * Gérald Fenoy (aka [mailto:gerald.fenoy@geolabs.fr djay]), 29 29 * David Saggiorato (aka [mailto:david@saggiorato.net david]), 30 * Michael Douchin (aka [mailto:michael_douchin@yahoo.fr kimaidou]), 31 * Daisuke Yoshida (aka [mailto:yoshida@la.tezuka-gu.ac.jp yoshida.daisuke]), 30 * Daisuke Yoshida (aka [mailto:yoshida@la.tezuka-gu.ac.jp daisuke]), 32 31 * Guillaume Sueur (aka [mailto:guillaume.sueur@neogeo-online.net guillaume]), 33 * Sean Gillies (aka [mailto:sean.gillies@gmail.com sean.gillies])34 32 * Xianfeng SONG (aka [mailto:xfsong@gucas.ac.cn song]), 35 * Frank Warmerdam (aka [mailto:warmerdam@pobox.com FrankW]). 33 * Frank Warmerdam (aka [mailto:warmerdam@pobox.com FrankW]), 34 * Hirofumi Hayashi (aka [mailto:hayashi@apptec.co.jp hayashi]), 35 * Soeren Gebbert (aka [mailto:soerengebbert@googlemail.com soeren]), 36 * Markus Netler (aka [mailto:markus.neteler@iasma.it markusn]). 36 37 37 38 Click [mailto:zoo-discuss@gisws.media.osaka-cu.ac.jp here] if you want to contact everybody in this list. … … 39 40 == Mailing List == 40 41 41 subscribe: http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss 42 curently subscribed users : [wiki:ZOODiscussMailingListUserList] (thanks to add yourself to this list if your name isn't mentioned in this page and you're already subscribed) 43 44 subscribe here : http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss 42 45 43 46 44 47 == News == 45 ---------------------------------------------------------------------------------46 ''Wiki is growing... Please read and comment !!''[[BR]]47 [[BR]]48 48 49 [wiki:zoomeetingn2 ZOO meeting n°2 report] 49 50 50 ZOO meeting n°2 report [http://dev.cartography.st/zoo-project/wiki/zoomeetingn2][[BR]] 51 52 ZOO first dev objectives (nov/dec 2008) [http://dev.cartography.st/zoo-project/wiki/first-obj][[BR]] 53 54 ZOO Client description [http://dev.cartography.st/zoo-project/wiki/zooclient_description][[BR]] 55 56 ZOO Server description [http://dev.cartography.st/zoo-project/wiki/zooserver_description] 57 51 [wiki:first-obj ZOO first dev objectives (nov/dec 2008)]