Skip to content

Commit 4ead48c

Browse files
committed
fix links to stac-api repo
1 parent 8c95dbd commit 4ead48c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
- **Conformance Classes:**
55
- `STAC API - Item Search` binding: <https://api.stacspec.org/v1.0.0-rc.1/item-search#fields>
66
- `STAC API - Features` binding: <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields>
7-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification):** Candidate
7+
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/README.md#maturity-classification):** Candidate
88
- **Dependencies:**
9-
- [STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search)
10-
- [STAC API - Features](https://github.com/radiantearth/stac-api-spec/blob/main/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/ogcapi-features)
1111

1212
STAC API by default returns every attribute in an item. However, Item objects can have hundreds of fields, or incredibly large
1313
geometries, and even smaller Item objects can get big when millions are requested but not all information is used. This
1414
fragment provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
1515

1616
This fragment may be bound to either or both of
17-
[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/blob/main/item-search) (`/search` endpoint) or
18-
[STAC API - Features](https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by
17+
[STAC API - Item Search](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/item-search) (`/search` endpoint) or
18+
[STAC API - Features](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features) (`/collections/{collectionId}/items` endpoint) by
1919
advertising the relevant conformance class.
2020

2121
When used in a POST request with `Content-Type: application/json`, this adds an attribute `fields` with
@@ -44,7 +44,7 @@ support the EO Extension, a successful HTTP response must be returned and the It
4444
attribute.
4545

4646
If no `fields` are specified, the response is **must** be a valid
47-
[ItemCollection](https://github.com/radiantearth/stac-spec/blob/main/itemcollection/README.md). If a client excludes
47+
[ItemCollection](https://github.com/radiantearth/stac-spec/tree/v1.0.0-rc.1/itemcollection/README.md). If a client excludes
4848
attributes that are required in a STAC Item, the server may return an invalid STAC Item. For example, if `type`
4949
and `geometry` are excluded, the entity will not even be a valid GeoJSON Feature, or if `bbox` is excluded then the entity
5050
will not be a valid STAC Item.

0 commit comments

Comments
 (0)