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

Release 4.5.0 #613

Closed cehbrecht closed 3 years ago

cehbrecht commented 3 years ago

Overview

The first 4.5 release with initial support for OGC API - Processes: https://ogcapi.ogc.org/processes/

Related Issue / Discussion

Additional Information

Contribution Agreement

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

cehbrecht commented 3 years ago

when accepted I will make the 4.5 release (tag, pypi, conda).

ping @idanmiara

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 8903582c997047ec213efe4fcd95cfa55c832024 on cehbrecht:rel-4.5.0 into 8624d4d88c31c38fca87ce76afb4c2bd54f1a8d6 on geopython:main.

idanmiara commented 3 years ago

Can't see anything wrong with this. The docs might need to grow a bit more but for now looks sufficient.

Good work @idanmiara and @cehbrecht. Great to see the project moving forwards.

Thanks @ldesousa ! I've added some more docs and fixed some bugs regarding support for Complex and BoundingBox inputs. https://github.com/geopython/pywps/pull/614 cc @cehbrecht