Changes between Initial Version and Version 1 of OSGeoIncubation


Ignore:
Timestamp:
Oct 17, 2011, 11:38:01 PM (13 years ago)
Author:
djay
Comment:

Initial OSGeo Incubation Questionnaire proposal

Legend:

Unmodified
Added
Removed
Modified
  • OSGeoIncubation

    v1 v1  
     1= ZOO-Project OSGeo Incubation Questionnaire =
     2
     3
     4== 1. Please provide the name and email address of the principal Project Owner. ==
     5
     6        * Gérald FENOY gerald.fenoy@geolabs.fr
     7
     8== 2. Please provide the names and emails of co-project owners (if any). ==
     9
     10        * Venkatesh RAGHAVAN raghavan@media.osaka-cu.ac.jp
     11        * Nicolas BOZON nicolas.bozon@gmail.com
     12
     13== 3. Please provide the names, emails and entity affiliation of all official committers ==
     14
     15        * Gérald FENOY (!GeoLabs) gerald.fenoy@geolabs.fr
     16        * David SAGGIORATO (Cleolys) david@saggiorato.net
     17        * René-Luc D'HONT (3LIZ) rldhont@3liz.com
     18        * Marco NEGRETTI (Politecnico di Milano) marco.negretti@polimi.it
     19        * Angelos Tzotsos (National technical university of Athens) gcpp.kalxas@gmail.com
     20        * Luca DELUCCHI (Fondazioen Edmund Mach) lucadeluge@gmail.com
     21
     22== 4. Please describe your Project. ==
     23
     24ZOO is a WPS (Web Processing Service) open source project released under a MIT/X-11     style license . It provides an OGC WPS compliant developer-friendly framework to create         and chain WPS Web services. ZOO is made of three parts:
     25
     26ZOO Kernel: A powerful server-side C Kernel which makes it possible to manage and chain Web services coded in different programming languages.
     27
     28ZOO Services : A growing suite of example Web services based on various Open Source libraries. (get inspired !)
     29
     30ZOO API : A server-side !JavaScript API able to call and chain the ZOO Services, which makes the development and chaining processes easier.
     31
     32== 5. Why is hosting at OSGeo good for your project? ==
     33
     34Hosting the ZOO-Project at OSGeo is not planned.
     35
     36== 6. Type of application does this project represent(client, server, standalone, library, etc.): ==
     37
     38WPS Server
     39
     40== 7. Please describe any relationships to other open source projects. ==
     41
     42Since its inception, ZOO-Project was designed to communicate with the other OSGeo       librairies, and to make them communicate in a standardized way. The main task of the ZOO-       Project is to make OSGeo libraires run on the server-side as WPS Services.
     43
     44 * GDAL:
     45        GDAL ZOO Services are available for:
     46        gdalinfo, gdal_grid, gdal_translate, gdal_extractProfile
     47        ogrinfo, ogr2ogr
     48
     49 * !MapServer:
     50        ZOO-Kernel has an optional support fo !MapServer Support (--with mapserver at compil)
     51        In this case ZOO Kernel is able to spread the ZOO Service results as WMS/WFS/WCS        (write a mapfile on the fly)
     52
     53 * GRASS 7.0:
     54        ZOO-Kernel is abale to run most of the raster and vector GRASS 7.0 modules (using       WPSBridge library)
     55
     56Some other softwares are also supported:
     57* R
     58* CGAL
     59* !OpenOffice
     60* PyCSW
     61* !GeoKettle ....
     62
     63== 8. Please describe any relationships with commercial companies or products. ==
     64
     65!GeoLabs, Cleolys, Cartogenic and Cartworks (and probably others) are currently using   ZOO-Project for geospatial business and SDI contracts.
     66
     67ZOO-Project is used by !MapMint, an open source based commercial Web GIS solution powered and edited by Cartoworks Inc (see http://www.mapmint.com)
     68
     69== 9. Which open source license(s) will the source code be released under? ==
     70
     71ZOO-Kernel is published under the term of the MIT/X11 open source licence.
     72
     73ZOO-Services can contain their own licence term, by now only MIT/X11 is used.
     74
     75ZOO-API is published under the term of BSD licence ([browser:trunk/zoo-project/zoo-api/js/ZOO-api.js ZOO-api.js]) and LGPL ([browser:trunk/zoo-project/zoo-api/js/ZOO-proj4js.js ZOO-proj4js.js]).
     76
     77== 10. Is there already a beta or official release? ==
     78
     79Yes. ZOO-Project 1.2 is available here : http://zoo-project.org/site/Downloads
     80
     81== 11. What is the origin of your project (commercial, experimental, thesis or other higher education, government, or some other source)? ==
     82
     83 *      Experimental
     84 *      Higher Educations (Universities, thesis)
     85 *      Commercial (companies involved)
     86
     87== 12. Does the project support open standards? Which ones and to what extent? (OGC, w3c, ect.) Has the software been certified to any standard (CITE for example)? If not, is it the intention of the project owners to seek certification at some point? ==
     88
     89Yes. ZOO-Project is based on the Web Processing Service 1.0 specification.
     90
     91The software wasn't certified yet, but we are testing XML validation.
     92
     93== 13. Is the code free of patents, trademarks, and do you control the copyright? ==
     94
     95Yes, the code is free of patents and trademarks.
     96ZOO-Kernel and ZOO-Services are copyrighted by the !GeoLabs company
     97ZOO-API is copyrighted by the !OpenLayers Contributors and the 3LIZ company
     98
     99== 14. How many people actively contribute (code, documentation, other?) to the project at this time? ==
     100
     101        12 people
     102
     103== 15. How many people have commit access to the source code respository? ==
     104
     105        6 people
     106
     107== 16. Approximately how many users are currently using this project? ==
     108
     109From 100 to 1000 persons
     110 
     111== 17. What type of users does your project attract (government, commercial, hobby, academic research, etc. )? ==
     112
     113 *      Government
     114 *      Academic
     115 *      Commercial
     116
     117== 18. If you do not intend to host any portion of this project using the OSGeo infrastructure, why should you be considered a member project of the OSGeo Foundation? ==
     118
     119The ZOO-Project is a mature and functionnal open source implementation of WPS 1.0.0 specifications.
     120
     121Incubation would help to promote the ZOO-Project to a larger audience and that will probably attract new contributors to the project.
     122
     123ZOO-Project is willing to use the other OSGeo softwares trough WPS and to promote both. WPS is a important field of research in the geospatial field.
     124
     125ZOO-Project PSC members are active in the OSGeo activities, FOSS4G, code sprints and local chapters.
     126
     127== 19. Does the project include an automated build and test? ==
     128
     129Automatic build system is handled by autotools.
     130
     131A first test suite was integrated for 1.2.0 release including Services (and Kernel) testing.
     132
     133== 20. What language(s) are used in this project? (C/Java/perl/etc) ==
     134
     135 *      C/C++
     136 *      Fortran
     137 *      Java
     138 *      Perl
     139 *      Python
     140 *      PHP
     141 *      !JavaScript
     142
     143== 21. What is the dominant written language (i.e. English, French, Spanish, German, etc) of the core developers? ==
     144
     145 *      English
     146 *      French
     147
     148== 22. What is the (estimated) size of a full release of this project? How many users do you expect to download the project when it is released? ==
     149
     150Size of a release including documentation is approximately 20M.
     151
     152Expected download per release : 200 - 1000.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png