You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/item-search)
10
-
-[STAC API - Features](https://github.com/radiantearth/stac-api-spec/ogcapi-features)
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)
11
11
12
12
This defines a new parameter, `sortby`, that allows the user to define fields by which to sort results.
13
13
Only string, numeric, and datetime attributes of Item (`id` and `collection` only) or Item Properties (any attributes)
14
14
may be used to sort results. It is not required that implementations support sorting over all attributes, but
15
15
implementations should return an error when attempting to sort over a field that does not support sorting.
16
16
17
17
This fragment may be bound to either or both of
18
-
[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/item-search) (`/search` endpoint) or
19
-
[STAC API - Features](https://github.com/radiantearth/stac-api-spec/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by
18
+
[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search) (`/search` endpoint) or
19
+
[STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by
20
20
advertising the relevant conformance class.
21
21
22
22
Fields may be sorted in ascending or descending order. The syntax between GET requests and POST requests with a JSON
0 commit comments