geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

removed unused wpsserver.py #521

Closed cehbrecht closed 4 years ago

cehbrecht commented 4 years ago

Overview

This PR removes the unused wpsserver module.

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 4 years ago

the flask demo needs to be adapted for pywps 5.x: https://github.com/geopython/pywps-flask/blob/6952875dd1e72ba585344faf1b43232c0a0d5142/processes/area.py#L6

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.2%) to 74.181% when pulling b856d0bb33cfffe5eb8d5b7d59f40a8c9b4c6be6 on cehbrecht:skip-wpsserver into dd7db7bbe96a7516b24df175ad8c207f4de1d512 on geopython:master.

cehbrecht commented 4 years ago

@davidcaron Please have a look at it :)

cehbrecht commented 4 years ago

@davidcaron thanks again :)