geopython / pywps-flask

Demo service for PyWPS 4 with Flask
MIT License
21 stars 31 forks source link

Pywps 4.2.1 implementation #50

Closed jorgejesus closed 5 years ago

jorgejesus commented 5 years ago

Overview

Implementation of pywps 4.2.1 Ticket #49 It implements docker images that were tested with new pywps 4.2.1

Related Issue / Discussion

The current dockerfiles point to the pywps_4.2 branch, this is a sort of chickend and egg problems since docker images point to pywps-flask and from there to the new pywps version

requirements have been change to point to pywps number version tags

Additional Information

If PR is approved it is necessary to path the dockerfiles on master to point to the proper locations. With PR approval it will be see the automatic build in dockerhub and

Contribution Agreement

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

cehbrecht commented 5 years ago

@jorgejesus I personally prefer to use conda environments instead of virtualenv. You can also install gdal using conda. If you like I can add the "conda way" as follow-up of this PR.

cehbrecht commented 5 years ago

... building gdal from source takes long when building the docker images. Using conda for docker builds could be an alternative ... maybe for later.