MacPingu
MacPingu
# Description The PR #304 has an optional requirement `python-magic`. It needs to be documented. # Steps to Reproduce # Additional Information
# Description In ticket #390 we raised the question what the simple validator is currently doing. We need to clarify this and maybe update the implementation/documenation. # Environment - operating...
# Description In the `WPSRequest` class we have the members `identifier` and `identifiers`: https://github.com/geopython/pywps/blob/34b06f4355cce6eed7d057d17c76b001b4daf0c0/pywps/app/WPSRequest.py#L40 Looks like `identifiers` is a left over and a potential bug. # Steps to Reproduce #...
# Description We have configured coveralls checks, which are not happy with us: https://coveralls.io/builds/18259291 I would see this more as a warning ... but the tests are marked as failed....
# Description The [OGC OWS Context](http://www.owscontext.org/) can be used to describe a WPS process. The WPS process description would then be independent of the WPS service implementation. A processing tool...
# Description In PR #313 an new Sphinx autodoc extension was added by @huard. This extension generates a nicely formatted Sphinx documentation of a PyWPS process. This extension relies on...
We need to collect service usage information to provide service usage metrics/statistics in Copernicus. This information can be stored in a database (using SQLAlchemy), similar to PyWPS: http://birdhouse-workshop.readthedocs.io/en/latest/pywps/logging.html
In ESGF we want to use [Keycloak](https://www.keycloak.org/) as OAuth identity provider. Twitcher needs to be extended to be able to validate access tokens generated by keycloak (verify token request ...).
notebooks can be rendered by sphinx: https://sphinx-nbexamples.readthedocs.io/en/latest/
Pyramid technically works but Flask has better community support. For example OAuth usage with Flask: https://github.com/lepture/authlib @fmigneault what do you think? Would this be ok with Weaver and Magpie? See...