<div dir="ltr">Thanks for update - I'm all fhr the cchagnes<br><br>J</div><br><div class="gmail_quote">st 13. 5. 2015 v 16:49 odesílatel Luís de Sousa <<a href="mailto:luis.a.de.sousa@gmail.com">luis.a.de.sousa@gmail.com</a>> napsal:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
We have been conducting test sessions on PyWPS-4 with potential users<br>
(other colleagues of ours). This has allowed us to identify important<br>
bugs but also to understand the difficulties they have with the<br>
current framework.<br>
<br>
In consequence we have decided to make two important changes to the<br>
current structure and of PyWPS-4:<br>
<br>
1. Unbundle the core code from the user processes<br>
<br>
2. Encapsulate processes into their own class/file<br>
<br>
What was the simply demo.py file was transformed into a new project<br>
that is part of PyWPS-4 as a submodule. The contents of this new<br>
project are:<br>
. pywps.cfg<br>
. demo.py<br>
. server.py<br>
. processes [folder with examples]<br>
<br>
To add a new process the user creates a new class in the processes<br>
folder and then invokes it in the demo.py file. You can check this new<br>
structure in this branch:<br>
<br>
<a href="https://github.com/ldesousa/pywps-4/tree/Testing" target="_blank">https://github.com/ldesousa/pywps-4/tree/Testing</a><br>
<br>
Installing is also a bit more straightforward:<br>
1. Install Git and GDAL<br>
2. Install the egg with the core PyWPS (this goes somewhere in the system)<br>
3. Checkout the demo project from GitHub (into a user folder)<br>
4. Run the demo project (python demo.py)<br>
<br>
We'll still add a few more examples and then include all this in a new<br>
pull request. I hope this will happen somewhere next week.<br>
<br>
Cheers,<br>
<br>
Luís<br>
_______________________________________________<br>
pywps-dev mailing list<br>
<a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/pywps-dev" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/pywps-dev</a></blockquote></div>