You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
We would like to make individual processes (aka python scripts) in the opencdms-process repository available through a web API using pygeoapi's implementation of "OGC API - Processes".
To make pygeoapi available through opencdms-api... should we mount the WSGI application as we have with other APIs, or is there a better way (e.g. pygeoapi is able to be configured to use Flask/Django/FastAPI - is there a way to take advantage of this)?
Document the process of making the opencdms-process example (currently in the pyopencdms-demo repo) available through through opencdms-api with pygeoapi
Include pygeoapi and example process(es) in the opencdms-api cloud demo