File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
44- ** Conformance Classes:**
5- - Item Search binding: < https://api.stacspec.org/v1.0.0-rc.1/item-search#fields >
6- - STAC Features binding: < https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields >
5+ - ` STAC API - Item Search` binding: < https://api.stacspec.org/v1.0.0-rc.1/item-search#fields >
6+ - ` STAC API - Features ` binding: < https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features#fields >
77- - ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification ) :** Candidate
88- ** Dependents:**
9- - [ Item Search] ( https://github.com/radiantearth/stac-api-spec/blob/main/item-search )
9+ - [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/blob/main/item-search )
1010 - [ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features )
1111
1212STAC API by default returns every attribute in an item. However, Item objects can have hundreds of fields, or incredibly large
1313geometries, and even smaller Item objects can get big when millions are requested but not all information is used. This
1414fragment provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.
1515
1616This fragment may be bound to either or both of
17- [ Item Search] ( https://github.com/radiantearth/stac-api-spec/blob/main/item-search ) (` /search ` endpoint) or
17+ [ STAC API - Item Search] ( https://github.com/radiantearth/stac-api-spec/blob/main/item-search ) (` /search ` endpoint) or
1818[ STAC API - Features] ( https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features ) (` /collections/{collectionId}/items ` endpoint) by
1919advertising the relevant conformance class.
2020
You can’t perform that action at this time.
0 commit comments