Skip to content

Commit fce0f8a

Browse files
committed
update headmatter
1 parent 3c42ab3 commit fce0f8a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
# STAC API - Query Extension
1+
# STAC API - Query Extension Specification
22

3+
- [STAC API - Query Extension Specification](#stac-api---query-extension-specification)
4+
- [Overview](#overview)
5+
- [Examples](#examples)
6+
7+
## Overview
8+
9+
- **Title:** Query
310
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
411
- **Conformance Classes:**
512
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>
613
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>
7-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/README.md#maturity-classification):** Candidate
14+
- **Scope:** STAC API - Features, STAC API - Item Search
15+
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Candidate
816
- **Dependencies:**
917
- [Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/ogcapi-features)
1018
- [Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/item-search)
19+
- **Owner**: none
1120

1221
The Query Extension adds a `query` parameter that allows additional filtering based on the properties of Item objects. The JSON syntax for
1322
these filters is known as "STACQL" (pronounced `stack-cue-el`).
@@ -19,8 +28,8 @@ There is no plan to deprecate this extension, but it is also unlikely to see any
1928
refinement or changes.
2029

2130
The extension can be applied to either the **STAC API - Item Search** endpoint `/search`
22-
(advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.1/item-search#query>) or to the
23-
**STAC API - Features** endpoint `/collections/{collection_id}/items` (advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#query>)
31+
(advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.2/item-search#query>) or to the
32+
**STAC API - Features** endpoint `/collections/{collection_id}/items` (advertised with the conformance class <https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features#query>)
2433

2534
The syntax for the `query` parameter is:
2635

0 commit comments

Comments
 (0)