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

Fixed bbox handling for POST request #473

Closed cehbrecht closed 5 years ago

cehbrecht commented 5 years ago

Overview

This PR fixes the bbox handling for POST requests.

Changes:

Related Issue / Discussion

405

Additional Information

bbox handling for GET is still broken #404.

Contribution Agreement

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

cehbrecht commented 5 years ago

@tommygod3 maybe you like to test :)

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 74.161% when pulling b592e3af5665a6bf7d37c51038135689879cb750 on bird-house:fix-405-bbox-post into 36871ae225ad5702b79c95710b71d15d52e58f8c on geopython:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 74.161% when pulling b592e3af5665a6bf7d37c51038135689879cb750 on bird-house:fix-405-bbox-post into 36871ae225ad5702b79c95710b71d15d52e58f8c on geopython:master.

cehbrecht commented 5 years ago

@tomkralidis thanks for review :)