-
Indices calculation is saving tmp file into:
~/birdhouse/etc/pywps/
-
It seems to be implemented, but I can't see it working.
https://github.com/bird-house/pyramid-phoenix/blob/master/phoenix/schema/wps.py#L138
-
We currently only have 1 configuration file
_config.yml
The file is only for production and when you used it in jekyll it will build things to run under pywps.org, causing some incorrect URLS
ht…
-
cc @jachym
# Description
When assembling Debian packaging, the version `4.0.0rc2` is causing error:
```
W: python-pywps: rc-version-greater-than-expected-version 4.0.0rc2 > 4.0.0 (consider using 4.…
-
# Description
The Debian package build for 4.0.0-rc3 failed due to sphinx-build failing:
```
sphinx-build -W -b html -d _build/doctrees . _build/html
Running Sphinx v1.4.9
making output directo…
-
The following server is not passing.
http://demo.pywps.org/cite/wps.
The server might be returning the expected content based on
the request, though the test is expecting an exception.
Test owsTes…
-
# Description
I created a process with some optional inputs:
```
inputs = [LiteralInput('offset',
'Pagination offset',
data_type='integer',
…
-
# Description
After there is an error, if the pywps service receives new request,
the error messages are shown as follows:
```
[pid 21389:tid 140700116551424] 2016-09-02 16:53:15,709 INFO sqlalchem…
-
I want to write some unit tests for my own processes. PyWPS has already something in `tests/common.py` which i can probably use but this module is not in the `pywps` namespace.
Is it planned to provi…
-
# Description
I have tried to test a wps service using the latest pywps cloned on Nov. 03, 2016.
Sample codes are
```
from owslib.wps import WebProcessingService
service_host = 'http://localh…