source: branches/PublicaMundi_David-devel/workshop/2013/_build/html/index.html @ 686

Last change on this file since 686 was 686, checked in by nbozon, 9 years ago

added workshop directory at root

File size: 19.5 KB
Line 
1
2
3<!DOCTYPE html>
4<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6<head>
7  <meta charset="utf-8">
8  <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 
10  <title>ZOO-Project: playing with building blocks to build pgRouting web application &mdash; ZOO-Project 1.5 documentation</title>
11 
12  <link href="http://fonts.googleapis.com/css?family=Days+One" rel="stylesheet" type="text/css">
13 
14 
15
16 
17
18 
19 
20   
21      <link rel="search" type="application/opensearchdescription+xml" title="Search within ZOO-Project 1.5 documentation" href="_static/opensearch.xml"/>
22   
23
24 
25
26 
27 
28    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
29 
30
31 
32
33 
34    <link rel="top" title="ZOO-Project 1.5 documentation" href="#"/>
35        <link rel="next" title="Introduction" href="introduction.html"/> 
36
37 
38  <script src="_static/js/modernizr.min.js"></script>
39
40</head>
41
42<body class="wy-body-for-nav" role="document">
43
44  <div class="wy-grid-for-nav">
45
46   
47    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
48      <div class="wy-side-nav-search">
49       
50
51       
52          <a class="shrink" href="http://zoo-project.org"><img src="http://zoo-project.org/img/zoo-sun-logo.png" class="img-responsive sun" style="display: inline;"> ZOO</a>
53       
54
55       
56        </a>
57
58       
59<div role="search">
60  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
61    <input type="text" name="q" placeholder="Search docs" />
62    <input type="hidden" name="check_keywords" value="yes" />
63    <input type="hidden" name="area" value="default" />
64  </form>
65</div>
66
67       
68      </div>
69
70      <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
71       
72         
73         
74              <ul>
75<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a><ul>
76<li class="toctree-l2"><a class="reference internal" href="introduction.html#what-is-zoo">What is ZOO ?</a></li>
77<li class="toctree-l2"><a class="reference internal" href="introduction.html#how-does-zoo-works">How does ZOO works ?</a></li>
78<li class="toctree-l2"><a class="reference internal" href="introduction.html#what-are-we-going-to-do-in-this-workshop">What are we going to do in this workshop?</a></li>
79<li class="toctree-l2"><a class="reference internal" href="introduction.html#usefull-tips-for-reading">Usefull tips for reading</a></li>
80</ul>
81</li>
82<li class="toctree-l1"><a class="reference internal" href="using_zoo_from_osgeolivevm.html">Configuration and ZOO-Kernel use</a><ul>
83<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#zoo-project-installation">ZOO-Project Installation</a></li>
84<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#zoo-kernel-configuration">ZOO-Kernel Configuration</a></li>
85<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#testing-the-zoo-installation-with-getcapabilities">Testing the ZOO installation with GetCapabilities</a></li>
86</ul>
87</li>
88<li class="toctree-l1"><a class="reference internal" href="first_service.html">Creating your first ZOO Service</a><ul>
89<li class="toctree-l2"><a class="reference internal" href="first_service.html#introduction">Introduction</a></li>
90<li class="toctree-l2"><a class="reference internal" href="first_service.html#service-and-publication-process-overview">Service and publication process overview</a></li>
91<li class="toctree-l2"><a class="reference internal" href="first_service.html#creating-your-first-zcfg-file">Creating your first ZCFG file</a></li>
92<li class="toctree-l2"><a class="reference internal" href="first_service.html#test-requests">Test requests</a></li>
93<li class="toctree-l2"><a class="reference internal" href="first_service.html#implementing-the-python-service">Implementing the Python Service</a></li>
94<li class="toctree-l2"><a class="reference internal" href="first_service.html#interracting-with-your-service-using-execute-requests">Interracting with your service using Execute requests</a></li>
95<li class="toctree-l2"><a class="reference internal" href="first_service.html#conclusion">Conclusion</a></li>
96</ul>
97</li>
98<li class="toctree-l1"><a class="reference internal" href="building_blocks_presentation.html">Building blocks presentation - Using OGR and PgRouting based Web Services</a><ul>
99<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#introduction">Introduction</a></li>
100<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#services-provider-and-configuration-files">Services Provider and configuration files</a></li>
101<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-buffer-service">The Buffer Service</a></li>
102<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-intersection-service">The Intersection Service</a></li>
103<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-differencepy-service">The DifferencePy Service</a></li>
104<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-routing-and-profile-services">The Routing and Profile Services</a></li>
105<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#conclusion">Conclusion</a></li>
106</ul>
107</li>
108<li class="toctree-l1"><a class="reference internal" href="js_services_chaining.html">Playing with buildign blocks - Creating JavaScript Web Services</a><ul>
109<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#introduction">Introduction</a></li>
110<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#zoo-api-overview">ZOO-API Overview</a></li>
111<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#the-mask-service">The Mask Service</a></li>
112<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#buffermask-service">BufferMask Service</a></li>
113<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#bufferrequest-service">BufferRequest service</a></li>
114<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#add-union-into-the-chain">Add Union into the chain</a></li>
115<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#conclusion">Conclusion</a></li>
116</ul>
117</li>
118</ul>
119
120         
121       
122      </div>
123      &nbsp;
124    </nav>
125
126    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
127
128     
129      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
130        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
131        <a href="#">ZOO-Project</a>
132      </nav>
133
134
135     
136      <div class="wy-nav-content">
137        <div class="rst-content">
138          <div role="navigation" aria-label="breadcrumbs navigation">
139  <ul class="wy-breadcrumbs">
140
141    <li><a href="#"> Docs</a> &#8725; &#160;</li>
142     
143    <li>ZOO-Project: playing with building blocks to build pgRouting web application</li>
144      <li class="wy-breadcrumbs-aside">
145       
146          <a href="_sources/index.txt" rel="nofollow"> View page source</a>
147       
148      </li>
149  </ul>
150  <hr/>
151</div>
152          <div role="main" class="document">
153           
154  <div class="section" id="zoo-project-playing-with-building-blocks-to-build-pgrouting-web-application">
155<span id="workshop-foss4g-cee-2012"></span><h1>ZOO-Project: playing with building blocks to build pgRouting web application<a class="headerlink" href="#zoo-project-playing-with-building-blocks-to-build-pgrouting-web-application" title="Permalink to this headline"></a></h1>
156<table class="docutils field-list" frame="void" rules="none">
157<col class="field-name" />
158<col class="field-body" />
159<tbody valign="top">
160<tr class="field-odd field"><th class="field-name">Author:</th><td class="field-body">Gérald Fenoy, Nicolas Bozon, Venkatesh Raghavan</td>
161</tr>
162<tr class="field-even field"><th class="field-name">Contact:</th><td class="field-body">gerald.fenoy at geolabs.fr, nicolas.bozon at gmail.com, venka at osgeo.org</td>
163</tr>
164<tr class="field-odd field"><th class="field-name">Last Updated:</th><td class="field-body">$Date$</td>
165</tr>
166</tbody>
167</table>
168<div class="section" id="foss4g-2013-nottingham">
169<h2>FOSS4G 2013 Nottingham<a class="headerlink" href="#foss4g-2013-nottingham" title="Permalink to this headline"></a></h2>
170<a class="reference external image-reference" href="http://2013.foss4g.org/"><img alt="_images/foss4g2013-white-300.png" class="align-center" src="_images/foss4g2013-white-300.png" /></a>
171</div>
172<div class="section" id="foss4g-cee-2013-bucharest">
173<h2>FOSS4G-CEE 2013 Bucharest<a class="headerlink" href="#foss4g-cee-2013-bucharest" title="Permalink to this headline"></a></h2>
174<a class="reference external image-reference" href="http://2013.foss4g-cee.org/"><img alt="_images/logo-foss4g-cee-2013.png" class="align-center" src="_images/logo-foss4g-cee-2013.png" /></a>
175</div>
176<div class="section" id="sponsored-by">
177<h2>Sponsored By<a class="headerlink" href="#sponsored-by" title="Permalink to this headline"></a></h2>
178<a class="reference external image-reference" href="http://www.geolabs.fr/"><img alt="../../_static/images/geolabs-logo.png" src="../../_static/images/geolabs-logo.png" /></a>
179<a class="reference external image-reference" href="http://www.apptec.co.jp/"><img alt="../../_static/images/apptech-logo.png" src="../../_static/images/apptech-logo.png" /></a>
180<a class="reference external image-reference" href="http://www-neogeo-online.net/"><img alt="../../_static/images/neogeo-logo.png" src="../../_static/images/neogeo-logo.png" /></a>
181<a class="reference external image-reference" href="http://www.3liz.com/"><img alt="../../_static/images/3liz-logo.png" src="../../_static/images/3liz-logo.png" /></a>
182<a class="reference external image-reference" href="http://www.gatewaygeomatics.com/"><img alt="../../_static/images/gateway-logo.png" src="../../_static/images/gateway-logo.png" /></a>
183</div>
184<div class="section" id="special-thanks-to-our-knowledge-partners">
185<h2>Special thanks to our Knowledge Partners<a class="headerlink" href="#special-thanks-to-our-knowledge-partners" title="Permalink to this headline"></a></h2>
186<a class="reference external image-reference" href="http://www.osaka-cu.ac.jp/english/"><img alt="../../_static/images/ocu-logo.png" src="../../_static/images/ocu-logo.png" /></a>
187<a class="reference external image-reference" href="http://www.fondazioneedmundmach.it/"><img alt="../../_static/images/logo-fem.png" src="../../_static/images/logo-fem.png" /></a>
188<a class="reference external image-reference" href="http://geomatica.como.polimi.it/"><img alt="../../_static/images/polimi-logo.png" src="../../_static/images/polimi-logo.png" /></a>
189<a class="reference external image-reference" href="http://www.gucas.ac.cn/gscasenglish/index.aspx"><img alt="../../_static/images/gucas-logo.png" src="../../_static/images/gucas-logo.png" /></a>
190<a class="reference external image-reference" href="http://www.cumtb.edu.cn/"><img alt="../../_static/images/cumtb-logo.png" src="../../_static/images/cumtb-logo.png" /></a>
191<a class="reference external image-reference" href="http://www.supsi.ch/home.html"><img alt="../../_static/images/logo-supsi.png" src="../../_static/images/logo-supsi.png" /></a>
192</div>
193<div class="section" id="workshop-table-of-content">
194<h2>WorkShop table of content<a class="headerlink" href="#workshop-table-of-content" title="Permalink to this headline"></a></h2>
195<div class="toctree-wrapper compound">
196<ul>
197<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a><ul>
198<li class="toctree-l2"><a class="reference internal" href="introduction.html#what-is-zoo">What is ZOO ?</a></li>
199<li class="toctree-l2"><a class="reference internal" href="introduction.html#how-does-zoo-works">How does ZOO works ?</a></li>
200<li class="toctree-l2"><a class="reference internal" href="introduction.html#what-are-we-going-to-do-in-this-workshop">What are we going to do in this workshop?</a></li>
201<li class="toctree-l2"><a class="reference internal" href="introduction.html#usefull-tips-for-reading">Usefull tips for reading</a></li>
202</ul>
203</li>
204<li class="toctree-l1"><a class="reference internal" href="using_zoo_from_osgeolivevm.html">Configuration and ZOO-Kernel use</a><ul>
205<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#zoo-project-installation">ZOO-Project Installation</a></li>
206<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#zoo-kernel-configuration">ZOO-Kernel Configuration</a></li>
207<li class="toctree-l2"><a class="reference internal" href="using_zoo_from_osgeolivevm.html#testing-the-zoo-installation-with-getcapabilities">Testing the ZOO installation with GetCapabilities</a></li>
208</ul>
209</li>
210<li class="toctree-l1"><a class="reference internal" href="first_service.html">Creating your first ZOO Service</a><ul>
211<li class="toctree-l2"><a class="reference internal" href="first_service.html#introduction">Introduction</a></li>
212<li class="toctree-l2"><a class="reference internal" href="first_service.html#service-and-publication-process-overview">Service and publication process overview</a></li>
213<li class="toctree-l2"><a class="reference internal" href="first_service.html#creating-your-first-zcfg-file">Creating your first ZCFG file</a></li>
214<li class="toctree-l2"><a class="reference internal" href="first_service.html#test-requests">Test requests</a><ul>
215<li class="toctree-l3"><a class="reference internal" href="first_service.html#test-the-getcapabilities-request">Test the GetCapabilities request</a></li>
216<li class="toctree-l3"><a class="reference internal" href="first_service.html#test-the-describeprocess-request">Test the DescribeProcess request</a></li>
217<li class="toctree-l3"><a class="reference internal" href="first_service.html#test-the-execute-request">Test the Execute request</a></li>
218</ul>
219</li>
220<li class="toctree-l2"><a class="reference internal" href="first_service.html#implementing-the-python-service">Implementing the Python Service</a><ul>
221<li class="toctree-l3"><a class="reference internal" href="first_service.html#general-principles">General Principles</a></li>
222<li class="toctree-l3"><a class="reference internal" href="first_service.html#the-hello-service">The Hello Service</a></li>
223</ul>
224</li>
225<li class="toctree-l2"><a class="reference internal" href="first_service.html#interracting-with-your-service-using-execute-requests">Interracting with your service using Execute requests</a></li>
226<li class="toctree-l2"><a class="reference internal" href="first_service.html#conclusion">Conclusion</a></li>
227</ul>
228</li>
229<li class="toctree-l1"><a class="reference internal" href="building_blocks_presentation.html">Building blocks presentation - Using OGR and PgRouting based Web Services</a><ul>
230<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#introduction">Introduction</a></li>
231<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#services-provider-and-configuration-files">Services Provider and configuration files</a></li>
232<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-buffer-service">The Buffer Service</a></li>
233<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-intersection-service">The Intersection Service</a></li>
234<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-differencepy-service">The DifferencePy Service</a></li>
235<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#the-routing-and-profile-services">The Routing and Profile Services</a></li>
236<li class="toctree-l2"><a class="reference internal" href="building_blocks_presentation.html#conclusion">Conclusion</a></li>
237</ul>
238</li>
239<li class="toctree-l1"><a class="reference internal" href="js_services_chaining.html">Playing with buildign blocks - Creating JavaScript Web Services</a><ul>
240<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#introduction">Introduction</a></li>
241<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#zoo-api-overview">ZOO-API Overview</a></li>
242<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#the-mask-service">The Mask Service</a><ul>
243<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#the-zcfg">The ZCFG</a></li>
244<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#the-javascript-service">The JavaScript service</a></li>
245<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#publish-and-use-your-service">Publish and use your Service</a></li>
246</ul>
247</li>
248<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#buffermask-service">BufferMask Service</a><ul>
249<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#id6">The ZCFG</a></li>
250<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#id7">The JavaScript service</a></li>
251<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#id8">Publish and use your Service</a></li>
252</ul>
253</li>
254<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#bufferrequest-service">BufferRequest service</a><ul>
255<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#id10">The ZCFG</a></li>
256<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#the-javascript-code">The JavaScript code</a></li>
257<li class="toctree-l3"><a class="reference internal" href="js_services_chaining.html#id11">Publish and use your Service</a></li>
258</ul>
259</li>
260<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#add-union-into-the-chain">Add Union into the chain</a></li>
261<li class="toctree-l2"><a class="reference internal" href="js_services_chaining.html#conclusion">Conclusion</a></li>
262</ul>
263</li>
264</ul>
265</div>
266</div>
267</div>
268
269
270          </div>
271          <footer>
272 
273    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
274     
275        <a href="introduction.html" class="btn btn-neutral float-right" title="Introduction">Next <span class="fa fa-arrow-circle-right"></span></a>
276     
277     
278    </div>
279 
280
281  <hr/>
282  <div class="pfoot">
283  <div role="contentinfo">
284    <p>
285        &copy; Copyright 2009-2015, ZOO-Project team.
286    </p>
287  </div>
288  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> inspired by <a href="https://readthedocs.org">Read the Docs</a>.
289</div>
290</footer>
291
292        </div>
293      </div>
294
295    </section>
296
297  </div>
298 
299
300
301 
302
303    <script type="text/javascript">
304        var DOCUMENTATION_OPTIONS = {
305            URL_ROOT:'./',
306            VERSION:'1.5',
307            COLLAPSE_INDEX:false,
308            FILE_SUFFIX:'.html',
309            HAS_SOURCE:  true
310        };
311    </script>
312      <script type="text/javascript" src="_static/jquery.js"></script>
313      <script type="text/javascript" src="_static/underscore.js"></script>
314      <script type="text/javascript" src="_static/doctools.js"></script>
315
316 
317
318 
319 
320    <script type="text/javascript" src="_static/js/theme.js"></script>
321 
322
323 
324 
325  <script type="text/javascript">
326      jQuery(function () {
327          SphinxRtdTheme.StickyNav.enable();
328      });
329  </script>
330   
331
332</body>
333</html>
Note: See TracBrowser for help on using the repository browser.

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