<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Texte de bulles Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.TextedebullesCar
        {mso-style-name:"Texte de bulles Car";
        mso-style-priority:99;
        mso-style-link:"Texte de bulles";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=FR link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi Nicolas,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks for your answer.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I’m trying to implement my own algorithms in Java.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I will let you know if it is successful.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Mickaël BEAUFILS<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>De :</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> nicolas bozon [mailto:nicolas.bozon@gmail.com] <br><b>Envoyé :</b> jeudi 17 mars 2011 15:45<br><b>À :</b> Mickael BEAUFILS<br><b>Cc :</b> <br><b>Objet :</b> Re: [ZOO-Discuss] What do you use Zoo Project for?<o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Hi Mickaël,<br><br>This is a good question i'll try to answer using my experience with the ZOO-Project. Other users and developers from the ZOO Tribe may also explain other ZOO use cases to you.<br><br>Generally speaking, ZOO helps a lot in many Web GIS projects as it connects well with other OSGeo software (GDAL/OGR, MapServer, GRASS7...) and provides advanced processing functionnalities that you can chain and orchestrate in an easy way. It is also very usefull to use existing libs or home-made code in a OGC compliant way.<br><br>Here are listed some of the ZOO use cases we implemented so far:<br>- Using gdal_translate and gdal_grid for raster processing from a Web GIS interface or inside production chains<br>- Using OGR to add the WFS-T support to MapServer (i.e encapsulating transactions inside WPS requests and updating any OGR data source)<br>- Using ogr2ogr to convert/reproject vector data online<br>- Using various vector and raster GRASS7 modules from a Web GIS clients and from the QGIS WPS Client Plugin<br>- Using GoGPS software as a WPS service thanks to the ZOO-Kernel Java support<br>- Using CGAL library to compute Voronoï on GeoJSON data source<br>- Using R library to compute discretization online<br>- Using Drift-X model (GIS-base atmosphreric dispersion model) from a Web GIS thanks to the ZOO-Kernnel Fortran support<br>- Using QREncode library to generate QR Codes from a simple input text<br>- Using OpenOffice to convert and create .odt files from Web applications<br><br>I've probably forget some other experiments and implementations other users and devoloper may have carried out.<br>I think the most important point is that ZOO-Kernel let you use several programming languages so that you can use your imagination to run "any" library to develop Web Services.<br><br>Hope that helps, please tell us if you go through new experiments or use-cases.<br><br>Best,<br><br>Nick <br><br><br>  <br><br><br><o:p></o:p></p><div><p class=MsoNormal>2011/3/14 Mickael BEAUFILS <<a href="mailto:mickael.beaufils@acatus.fr" target="_blank">mickael.beaufils@acatus.fr</a>><o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Dear Zoo users,</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Zoo Project seems to offer great opportunities to process data (geospatial or not), perhaps beyond by imagination (!?).</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>I know that it is good at making coffee, however I am wondering what do you (zoo users) use Zoo Project for?</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>As a first answer I found some slides about the GoGPS project (<a href="http://geomatica.como.polimi.it/presentazioni/Osaka_Summer_goGPS.pdf" target="_blank">http://geomatica.como.polimi.it/presentazioni/Osaka_Summer_goGPS.pdf</a>)</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>But what about you?</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Mickaël Beaufils</span><o:p></o:p></p></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>_______________________________________________<br>Zoo-discuss mailing list<br><a href="mailto:Zoo-discuss@gisws.media.osaka-cu.ac.jp" target="_blank">Zoo-discuss@gisws.media.osaka-cu.ac.jp</a><br><a href="http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss" target="_blank">http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss</a><o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p></div></body></html>