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
483 stars 258 forks source link

pygeoapi fails OpenAPI validation test #356

Closed justb4 closed 4 years ago

justb4 commented 4 years ago

Description pygeoapi, e.g. on demo https://demo.pygeoapi.io/master fails GeoHealthCheck OpenAPI Validation test.

Steps to Reproduce

Expected behavior Test should succeed.

Screenshots/Tracebacks Can be reproduced in GHC in IDE debugger, may already hint at the cause:

image

Environment

Additional context I suspect that the following causes the error, and that no code-changes to pygeoapi are required:

But it remains hard to pinpoint. GHC uses the lib openapi-spec-validator==0.2.8 which signals the error. Best to contact the OGC devs, in particular @bpross-52n.

justb4 commented 4 years ago

closing as https://github.com/opengeospatial/wps-rest-binding/issues/63 was fixed and validation passes again.