pygeoapi icon indicating copy to clipboard operation
pygeoapi copied to clipboard

Implementation of a reference EchoProcess

Open francescoingv opened this issue 2 years ago • 1 comments

I find it difficult to check if the processor returns an output correctly formatted. Currently only examples with single output of type object and mimetype application/json are available: HelloWorldProcessor echoProcessor (Note: despite what it is declared into the metadata it returns an object of mimetype 'application/json' ).

Describe the solution you'd like I would like to add a module (say echoProcess.py) which can receive several types of input, and copy them to the output. The reference example for the implementation of the inputs and outputs could be the EchoProcess, as reported in Example - Example OGC Process Description in the standard document, on page 72 (after requirement 54 and before §9).

An additional feature of the module should be the possibility to return a reference instead of a value, but this could be a second step.

Additional context Refer also to #1436

francescoingv avatar Dec 18 '23 16:12 francescoingv

This Issue has been inactive for 90 days. As per RFC4, in order to manage maintenance burden, it will be automatically closed in 7 days.

github-actions[bot] avatar Mar 24 '24 03:03 github-actions[bot]

As per RFC4, this Issue has been closed due to there being no activity for more than 90 days.

github-actions[bot] avatar Mar 31 '24 03:03 github-actions[bot]