-
Python 3.x (starting with 3.5) is more and more used. climaf is currently only supporting Python 2.7. It would be nice if climaf can support both 2.7 and 3.x (>=3.6).
Compatibility can be achieved …
-
## Description
`cli.py` and `wsgi.py` are used by all WPS birds and probably we can make them bird independent.
## Environment
* Cookiecutter version used, if any:
* Python version, if any:
…
-
When running a job through Pyramid, the output mimetype is fetched from the WPS complex output and displayed correctly. This is the case for most NetCDF outputs. Querying the mimetype for the file thr…
-
# Description
I tried to start using PyWPS. I had some problems I want to hint at at the documentation at the [website documentation](https://pywps.readthedocs.io/en/latest/install.html). Background:…
-
## Description
At the moment the PyWPS application is created using the `wsgi.create_app` function, which imports the list of `PyWPS.Process` instances defined in `processes/__init__.py`. I think i…
huard updated
3 years ago
-
Now that we have some support for `OGC API - Processes`, Is there an easy way to create an OpenAPI page for a PyWPS service?
Something like:
https://demo.pygeoapi.io/master/openapi#/
I feel tha…
-
# Description
Commit https://github.com/geopython/pywps/commit/418c92e6d203c547560395333696d1a60a3ce05e reintroduced the intermittant
[Fri Mar 24 17:10:56.955248 2017] [wsgi:error] [pid 23:tid 1…
-
# Overview
As part of OSGeo incubation, our Graduation Checklist (https://github.com/geopython/pywps/wiki/ProjectGraduationChecklist) requires the project to firm up contribution agreements.
This ap…
-
## Description
Due to some weird interactions between dask and PyWPS multiprocessing logic, there is a lock happening when PyWPS runs a process in async mode after having run a process in sync mode…
huard updated
2 years ago
-
... can be used as a wrapper as long it is not available in the wps standard and implementations:
https://github.com/geopython/pywps/issues/202
52 north has already something implemented.