<div dir="ltr">I've fixed 3 processes already (using them in integration tests) - in my branch, will make pull request soon, ok?<div><br></div><div>J</div></div><br><div class="gmail_quote"><div dir="ltr">pá 24. 7. 2015 v 9:31 odesílatel Luís de Sousa <<a href="mailto:luis.a.de.sousa@gmail.com">luis.a.de.sousa@gmail.com</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fine for me. Now we must update the processes in the demo.<br>
<br>
Luís<br>
<br>
On 23 July 2015 at 09:18, Jachym Cepicky <<a href="mailto:jachym.cepicky@gmail.com" target="_blank">jachym.cepicky@gmail.com</a>> wrote:<br>
> Hi<br>
><br>
> as we are all aware, Inputs can indicate, that there be *more of them with<br>
> same indentificator* (maxOccurs parametr)<br>
><br>
> In PyWPS 3, support for multiple inputs was only simple, for PyWPS-4, there<br>
> was non - until<br>
> <a href="https://github.com/jachym/pywps-4/commit/52dc170242fbad625fdf1339850228c7d4e449c5" rel="noreferrer" target="_blank">https://github.com/jachym/pywps-4/commit/52dc170242fbad625fdf1339850228c7d4e449c5</a><br>
> (now)<br>
><br>
> I've introduced collection.deque objects (which acts like and list) [1]<br>
><br>
> One side effect: in the process, you have to count with the fact,<br>
> wpsrequest.inputs[identifier] can have more then one inputs -> to access the<br>
> first one, you need to call (e.g.)<br>
><br>
> wpsrequest.inputs[identifier][0].file<br>
><br>
> PyWPS can can now handle multiple separate data inputs with different<br>
> mimetypes etc..<br>
><br>
><br>
> I hope, everybody is fine with the change<br>
><br>
> J<br>
><br>
> [1] <a href="https://docs.python.org/3/library/collections.html#collections.deque" rel="noreferrer" target="_blank">https://docs.python.org/3/library/collections.html#collections.deque</a><br>
><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" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/pywps-dev</a><br>
</blockquote></div>