2
2
3
3
- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
4
4
- ** Conformance Classes:**
5
- - ** STAC API - Item Search** binding: < https://api.stacspec.org/v1.0.0-rc.1 /item-search#sort >
6
- - ** STAC API - Features** binding: < https://api.stacspec.org/v1.0.0-rc.1 /ogcapi-features#sort >
5
+ - ** STAC API - Item Search** binding: < https://api.stacspec.org/v1.0.0-rc.2 /item-search#sort >
6
+ - ** STAC API - Features** binding: < https://api.stacspec.org/v1.0.0-rc.2 /ogcapi-features#sort >
7
7
- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification ) :** Candidate
8
8
- ** Dependencies:**
9
- - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search )
10
- - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search )
9
+ - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
10
+ - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search )
11
11
12
12
This specification defines a new parameter, ` sortby ` , that allows the user to define the fields by which
13
13
to sort results.
@@ -24,8 +24,8 @@ fields in Item Properties to be prefixed with `properties.` or not, or support u
24
24
name, e.g., ` properties.datetime ` or ` datetime ` .
25
25
26
26
Sort behavior may be bound to either or both of
27
- [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /item-search ) (` /search ` endpoint) or
28
- [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1 /ogcapi-features )
27
+ [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /item-search ) (` /search ` endpoint) or
28
+ [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2 /ogcapi-features )
29
29
(` /collections/{collectionId}/items ` endpoint) by advertising the relevant conformance class.
30
30
31
31
Fields may be sorted in ascending or descending order. The syntax between GET requests and POST requests with a JSON
0 commit comments