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
460 stars 250 forks source link

How can one replace existing WMS/WFS service with pygeoapi. #1613

Closed 1ly1mk closed 3 months ago

1ly1mk commented 3 months ago

We publish our data(Raster+Vector) as OWS services(WMS/WMTS/WFS) and consume through Mapbox. I have gone through OGC Map & Tile API which are possible alternatives but haven't tested yet. What is an appropriate solution here? @tomkralidis @krishnaglodha