developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
765 stars 157 forks source link

OGC API - Coverage #752

Open vincentsarago opened 8 months ago

vincentsarago commented 8 months ago

The OGC Coverage API

The OGC API - Coverages draft specification defines a Web API for accessing coverages that are modeled according to the Coverage Implementation Schema (CIS) 1.1. Coverages are represented by some binary or ASCII serialization, specified by some data (en­coding) format. Arguably the most popular type of coverage is that of a gridded coverage. Gridded coverages have a grid as their domain set describing the direct positions in multi-dimensional coordinate space, depending on the type of grid. Satellite imagery is typically modeled as a gridded coverage, for example.

https://ogcapi.ogc.org/coverages/

https://github.com/opengeospatial/ogcapi-coverages/tree/master

TiTiler won't natively support the whole specification but maybe we can make an extension which is close to the specification