<div dir="ltr">No,<div><br></div><div>there are some more <a href="https://github.com/jachym/pywps-4/milestones/PyWPS%204.0.0%20stable%20version">https://github.com/jachym/pywps-4/milestones/PyWPS%204.0.0%20stable%20version</a></div><div><br></div><div>J</div></div><br><div class="gmail_quote"><div dir="ltr">po 9. 11. 2015 v 11:59 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">Great news Jachym!<br>
<br>
Can't issue #21 be closed now?<br>
<br>
Cheers,<br>
<br>
Luís<br>
<br>
On 6 November 2015 at 23:48, Jachym Cepicky <<a href="mailto:jachym.cepicky@gmail.com" target="_blank">jachym.cepicky@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> today, I managed to introduce first stable version of "validators" to<br>
> PyWPS-4<br>
><br>
> Each Input nad Output has format assinged<br>
><br>
> Each Format is of special type (either mimeType (like GML) or data type<br>
> (like Float))<br>
><br>
> Each format can have validator assinged - I implemented default validators<br>
> for GML, Shapefile and JSON.<br>
><br>
> Each Input can set, how strict should the validator be (mode = NONE, Simple,<br>
> Strict, VeryStrict)<br>
><br>
> Example:<br>
> ComplexInput('poly_in', 'Input1',<br>
>                   supported_formats=[Format('application/gml+xml')],<br>
>                   mode=MODE.STRICT)<br>
><br>
> Will expect one possible format - GML (validator is assigned automatically)<br>
> and will be validating using STRICT mode - in this case, OGR will be used<br>
> (no XML schema check)<br>
><br>
> This introduces new level of *security* and consistency to PyWPS-4<br>
><br>
> It was also one of the biggest tasks on my TODO list, on the way to PyWPS-4<br>
> stable version.<br>
><br>
> Next topics will follow:<br>
> <a href="https://github.com/jachym/pywps-4/milestones/PyWPS%204.0.0%20stable%20version" rel="noreferrer" target="_blank">https://github.com/jachym/pywps-4/milestones/PyWPS%204.0.0%20stable%20version</a><br>
><br>
> Check our code: <a href="https://github.com/jachym/pywps-4" rel="noreferrer" target="_blank">https://github.com/jachym/pywps-4</a><br>
> Travis unit tests: <a href="https://travis-ci.org/jachym/pywps-4" rel="noreferrer" target="_blank">https://travis-ci.org/jachym/pywps-4</a><br>
> Travis integration tests: <a href="https://travis-ci.org/PyWPS/pywps-4-demo" rel="noreferrer" target="_blank">https://travis-ci.org/PyWPS/pywps-4-demo</a><br>
><br>
> Jachym<br>
><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/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a><br>
</blockquote></div>