-
The command I need to wrap into a WPS Process requires that the file names it is passed as input arguments have a specific extension (`.pnm`).
Currently there's no way to specify suffixes for tempo…
-
wps_pavicssearch.py line 193 is mapping the response of catalog.pavicsearch into a tuple but the function pavicssearch is returning a single value.
I propose to replace the line :
(search_result, s…
-
# Description
PR #310 is to old and is now with conflict, trying to merge it local and then push to repository
# Environment
- operating system:
- Python version:
- PyWPS version:
- source/d…
-
The WPS2.0 standard has a "ows:Keywords" field for processes that does not seem to be exposed in the current develop branch.
We're in the process of building a library of climate-related functions…
huard updated
6 years ago
-
# Description
The pythin module flufl.enum is necessary for running unittests. The module is sometimes not presents.
# Environment
- operating system:
- Python version:
- PyWPS version:
- …
-
```
out = thredds_crawler('http://pavics.ouranos.ca/thredds', index_facets=['project'], target_files='birdhouse/nrcan')
```
fails (after a very long time) with
```
ConnectionError: HTTPSConnect…
huard updated
6 years ago
-
Here is a branch: https://github.com/huard/flyingpigeon/tree/kddm_bc
What I haven't checked so far is whether or not it installs correctly, ie all dependencies are listed.
huard updated
6 years ago
-
# Description
Pywps4 fails if the URL in xlink:href contains a "="-sign.
WPSRequest.py ( line 545: (attribute, attr_val) = attr.split('=') ) tries to split the href-attribute on the "="-symbol, bu…
kvold updated
6 years ago
-
# Description
The WPS protocol allows you to specify several output formats (mime-types) for a single output parameter. When your process executes you would like to set the output format to a speci…
-
... another question i would like to ask for a long time :)
When you return a complex output as reference you end up with a URL ending with a filename like `output-123456.nc` (at least with pywps 3.x…