MacPingu
MacPingu
Test was converted to "normal" test with PR #499. Still I had to skip the test due to a service exception: ``` Invalid temporalFilter, please specify a time instant or...
@mlefort I can not say if this is a valid approach. Maybe some else familiar with WMS can comment? The tests are failing due to pep8 check: ``` $ flake8...
There is a timeout deep in the code for `requests`: https://github.com/geopython/OWSLib/blob/4973e1fb1e8079d0bcf62a7b898c2f405d3a7f79/owslib/util.py#L137 It is currently not configurable by the WPS module ... Some other modules have added a parameter for this...
Just adding a link to ogcapi docs about CORS: https://docs.ogc.org/is/18-062r2/18-062r2.html#toc27
I have added an example process to Emu with characters that should be encoded: https://github.com/bird-house/emu/pull/115 The encoding of `` is working in my local test with pywps 4.4.5.
@geotom There was already some work on WPS 2.0.0 ... but it is not completed. So, only WPS 1.0.0 is supported.
@huard Probably this will be solved by the watchdog daemon in PR @497.
There is a changelog: https://github.com/geopython/pywps/blob/master/debian/changelog But we could make this more visible. > On 18 Dec 2018, at 1:20 pm, Rui Maciel wrote: > > The last releases of PyWPS...
@jachym worked on wps 2.0 support (jinja templates) ... but the protocol is not fully supported yet.
@jachym do you have links to these tools?