Skip to content

Commit 8010b93

Browse files
committed
fix fundamental stac api
1 parent 41556ca commit 8010b93

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#sort>
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/README.md#maturity-classification):** Candidate
88
- **Dependencies:**
9-
- [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)
1111

1212
This defines a new parameter, `sortby`, that allows the user to define fields by which to sort results.
1313
Only string, numeric, and datetime attributes of Item (`id` and `collection` only) or Item Properties (any attributes)
1414
may be used to sort results. It is not required that implementations support sorting over all attributes, but
1515
implementations should return an error when attempting to sort over a field that does not support sorting.
1616

1717
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
2020
advertising the relevant conformance class.
2121

2222
Fields may be sorted in ascending or descending order. The syntax between GET requests and POST requests with a JSON

0 commit comments

Comments
 (0)