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

Issue 502 fix async #503

Closed cehbrecht closed 5 years ago

cehbrecht commented 5 years ago

Overview

This is an update of PR #451. If fixes the async keyword and the usage of the new FileStorageBuilder.

Related Issue / Discussion

Fix #502

Additional Information

Contribution Agreement

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

cehbrecht commented 5 years ago

@davidcaron @tomkralidis ok to merge to master?

Not sure if everything is fixed but it worked with the Emu WPS.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 75.132% when pulling f91bed60419ae2f7759037eb55c949500896938d on cehbrecht:issue-502-fix-async into f2704c8be835cabc25368ada65147fa1beb79cc0 on geopython:master.

cehbrecht commented 5 years ago

@tomkralidis thanks for quick response :)