Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix overview description of browseable #346

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ have the URIs for conformance to actually resolve to machine-readable informatio
| **Name** | **Specified in** | **Conformance URI** | **Description** |
| ---------------------- | ------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| STAC API - Core | [Core](core) | <https://api.stacspec.org/v1.0.0-rc.1/core> | Specifies the STAC Landing page `/`, communicating conformance and available endpoints. |
| STAC API - Browseable | [Core](core) | <https://api.stacspec.org/v1.0.0-rc.1/browseable> | Advertises . |
| STAC API - Browseable | [Core](core) | <https://api.stacspec.org/v1.0.0-rc.1/browseable> | Advertises all Items can be reached through `child` and `item` links, as they would be in a non-API Catalog. |
| STAC API - Item Search | [Item Search](item-search) | <https://api.stacspec.org/v1.0.0-rc.1/item-search> | Enables search of all STAC Item objects on the server, with the STAC `[/search](#stac-api-endpoints)` endpoint. |
| STAC API - Features | [Collections and Features](ogcapi-features) | <https://api.stacspec.org/v1.0.0-rc.1/ogcapi-features> | Specifies the use of OGC API - Features to serve STAC Item and Collection objects |
| STAC API - Collections | [Collections and Features](ogcapi-features) | <https://api.stacspec.org/v1.0.0-rc.1/collections> | Specifies the use of a subset of STAC API - Features to serve Collection objects |
Expand Down