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
175 stars 117 forks source link

Create an OpenAPI of a PyWPS service ? #615

Open idanmiara opened 3 years ago

idanmiara commented 3 years ago

Now that we have some support for OGC API - Processes, Is there an easy way to create an OpenAPI page for a PyWPS service?

Something like: https://demo.pygeoapi.io/master/openapi#/

I feel that https://github.com/geopython/pygeoapi might be helpful but I'm not sure how.

idanmiara commented 3 years ago

@cehbrecht Any thoughts about this? with/without regards to your comment here: https://github.com/geopython/pywps/pull/588#issuecomment-809253095