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

update collections type endpoint HTML #1568

Closed tomkralidis closed 7 months ago

tomkralidis commented 7 months ago

Description Currently, pygeoapi's /collections endpoint HTML representation displays a 'type' column, which can be misleading a given collection has multiple operating mechanisms (features, tiles, coverages, etc.).

Furthermore, given the special case of records ("metadata"), it would be valuable to delineate visualization of "record" collections as their own list.

Steps to Reproduce Using master branch, visualize http://localhost:5000/collections?f=html as HTML in a web browser.

Expected behavior

Screenshots/Tracebacks If applicable, add screenshots to help explain your problem.

Environment

Additional context cc @ricardogsilva @PascalLike