Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design software architecture for OGC API Maps #123

Open
3 tasks
j08lue opened this issue Dec 20, 2024 · 0 comments
Open
3 tasks

Design software architecture for OGC API Maps #123

j08lue opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels

Comments

@j08lue
Copy link
Collaborator

j08lue commented Dec 20, 2024

OGC API Maps is the successor to good old WMS and on the roadmap for implementation in EOEPCA 2.0 data access services.

Its target behaviour is very similar to OGC API Tiles, except that clients request a bounding box instead of tile matrix coordinates. As such, it shares a lot of backend logic with TiTiler, too.

This ticket is to explore how we can provide OGC API Maps on top of TiTiler and/or TiTiler-PgSTAC.

Initial considerations were to use pygeoapi to implement the standard-compliant API and use TiTiler-PgSTAC as a provider.

Note on demoing / validation

OGC API Maps has a few clients already: https://github.com/opengeospatial/ogcapi-maps/blob/master/implementations.adoc, among others for Leaflet, which could be used in a demo of the capabilities.

Acceptance criteria

  • Reviewed different viable options
  • Documented final architecture design
  • Planned implementation
@j08lue j08lue added the EOX label Dec 20, 2024
@j08lue j08lue added this to the WO#04 - Release 2.0.0 milestone Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants