Skip to content

Commit

Permalink
Update ogcapi-coverages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierocampa committed Jul 3, 2023
1 parent 1bbf9ac commit 0e591ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crosswalks/ogcapi-coverages.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ inside the collections, as per [STAC API repository](https://github.com/radiante

- openEO:
- [`GET /collections/{collectionId}`](https://api.openeo.org/1.2.0/#tag/EO-Data-Discovery/operation/describe-collection) (required)
- [`GET /collections/{collectionId}/queryables`](https://api.openeo.org/1.2.0/#tag/EO-Data-Discovery/operation/list-collection-queryables) (required?)
- [`GET /collections/{collectionId}/queryables`](https://api.openeo.org/1.2.0/#tag/EO-Data-Discovery/operation/list-collection-queryables) (optional)

- OAC1:
- `GET /collections/{collectionId}` (required)
Expand Down Expand Up @@ -378,7 +378,7 @@ for via query parameters of the URL.

### Tiles

- openEO: `n/a`
- openEO: -> secondary web services

- OAC1:
- `GET /collections/{collectionId}/coverage/tiles` : list the available tilesets
Expand All @@ -390,7 +390,7 @@ for via query parameters of the URL.
coverage data in form of tiles, hence trimmed and resampled to match the
boundaries and resolution of a given tile. More than one tilesets can be attached to a coverage.

**openEO** does not provide tiled access directly, but can be easily cascaded to
**openEO** does not provide tiled access directly, but can be easily cascaded by
a dedicated secondary tiles service (like [XYZ tiles](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames))
thanks to the [`/service_types`](https://api.openeo.org/1.2.0/#tag/Capabilities/operation/list-service-types) resource.

Expand Down

0 comments on commit 0e591ae

Please sign in to comment.