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

OpenAPI: skip failing collections (#1577) #1585

Closed tomkralidis closed 6 months ago

tomkralidis commented 7 months ago

Overview

Skips failing collections on OpenAPI document generation

Related Issue / discussion

Fixes #1577

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)

pvgenuchten commented 7 months ago

Tom, how is the administrator made aware of a failing collection, if a failing collection is skipped from the index, it may be hard to identify a failing collection

tomkralidis commented 7 months ago

Good idea as well @pvgenuchten. Added to PR (default behaviour is to fail).