geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
490 stars 260 forks source link

OAProc: test hello-world process evaluation of None and empty dict #1714

Closed tomkralidis closed 3 months ago

tomkralidis commented 3 months ago

Overview

Given an OAProc execute request can pass an empty object, and that the base process execute function defaults to None, this PR fixes the sample hello-world process to evaluate an output of either {} or None accordingly.

Related Issue / discussion

In support of #1639

Additional information

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

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