Skip to content

Commit

Permalink
ogcapi-coverages.md : add TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierocampa committed Jun 28, 2023
1 parent 7036816 commit 1bbf9ac
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions crosswalks/ogcapi-coverages.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# Crosswalk between openEO API and OGC API - Coverages

This document gives a brief overview over similarities and differences between
This document gives a brief overview over similarities and differences between:

- [**openEO API, v1.2.0**](https://api.openeo.org/1.2.0/)
- [**OGC API - Coverages - Part 1: Core, v0.0.6**](https://docs.ogc.org/DRAFTS/19-087.html)

----

**TABLE OF CONTENTS**

[TOC_]
* [Introduction](#introduction)
* [Nomenclature](#nomenclature)
+ [OGC](#ogc)
+ [STAC](#stac)
* [Crosswalk](#crosswalk)
+ [Meta / API capabilities](#meta-api-capabilities)
+ [Well-known URIs](#well-known-uris)
+ [Landing page](#landing-page)
+ [Conformance](#conformance)
+ [API description](#api-description)
+ [Authentication](#authentication)
+ [Data discovery](#data-discovery)
+ [Data description](#data-description)
+ [Data access](#data-access)
+ [Data subsetting](#data-subsetting)
+ [Data scaling](#data-scaling)
+ [Tiles](#tiles)
+ [Media encoding](#media-encoding)
* [References](#references)


## Introduction

Expand Down Expand Up @@ -121,6 +141,8 @@ via cascade with a secondary tiles service) is to attach tilesets to coverages,
enable tiled access to the data.


<a name="meta-api-capabilities"/>

### Meta / API capabilities

In this section we go through the available information on the API capabilities,
Expand Down

0 comments on commit 1bbf9ac

Please sign in to comment.