Create OGC API Processes in pygeoapi
--
pygeoapi allows us to leverage OGC API — Processes, a standard specification that can use functions which take some input and produce output after doing procedures. These functions can be Synchronous or Asynchronous
OGC API — Processes
This OGC Standard enables functions execution and retrieval of results as well as metadata about processes. There are various…