pywps-flask icon indicating copy to clipboard operation
pywps-flask copied to clipboard

Demo service for PyWPS 4 with Flask

Results 20 pywps-flask issues
Sort by recently updated
recently updated
newest added

There seems to be an incompatibility between the latest versions of `pywps` (4.5.0) and `pywps-flask` (master branch as of today). ```shell $ git clone https://github.com/geopython/pywps-flask.git . $ python demo.py Traceback...

…/__init__.py; processes, process_descriptor moved to processes/__init__.py; the flask app was moved to app.py app.wsgi added for using via mod_wsgi app_main_page.py - /sys_path, /test added; flask_response function added processes/buffer.py - make...

# Overview Implements issue #16 (Implementaition of `PYWPS_CFG` and `PYWPS_PROCESSES`). The demo.py script will pick up the variables from system env and use it. Unitests was write and located in...

# Description We are using a cookiecutter to setup new pywps projects: https://github.com/bird-house/cookiecutter-birdhouse Should we use the cookiecutter to maintain this pywps demo? Should Flask be an optional part of...

question

# Overview This PR updates the Readme with a conda example and pins the pywps in requirements. # Related Issue / Discussion # Additional Information # Contribution Agreement (as per...

# Description We can add a notebook with curl/OWSLib/Birdy examples on how to use this demo service. See a birdy demo: https://nbviewer.jupyter.org/github/bird-house/birdy/blob/v0.6.5/notebooks/demo/agu2018_demo.ipynb # Environment - operating system: - Python version:...

question

# Description Docker images are 2 years old and require update # Environment - operating system: - Python version: - PyWPS version: - source/distribution - [ ] git clone -...

enhancement

# Description Check if all processes have unittests and are operational for example grassbuffer process requires GRASSGIS and normally GRASS is not installed # Environment - operating system: All -...

# Description .travis.yml needs update to supporte flake8 and/or only packages like we have in pygeoapi https://github.com/geopython/pygeoapi/blob/master/.travis.yml # Environment travis testing env - operating system: - Python version: 2.7, 3.6...

Put PYWPS_PROCESSES and PYWPS_CFG env variables back to PyWPS (demo) Related ticket: https://github.com/geopython/pywps/issues/118

enhancement