Skip to content

Commit cc330ab

Browse files
authored
Refine wording in Collection Search section
Updated README.md for clarity and formatting.
1 parent 3158db4 commit cc330ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# STAC API - Collection Search
22

33
- **Title:** Collection Search
4-
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) (todo)
54
- **Conformance Classes:**
65
- <https://api.stacspec.org/v1.0.0/core> (required)
76
- <https://api.stacspec.org/v1.0.0-rc.1/collection-search> (required)
@@ -24,8 +23,8 @@
2423
A search endpoint provides the ability to query
2524
STAC [Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/README.md)
2625
objects across collections.
27-
It retrieves a group of Collection objects that match the provided parameters and provides them as
28-
the `GET /collections` endpoint does.
26+
It retrieves a group of Collection objects that match the provided parameters and provides them through
27+
the `GET /collections` endpoint as well.
2928

3029
The Collection Search endpoint by default doesn't provide any query parameters to filter and all
3130
additional behavior will be defined in [Extensions](#extensions). These extensions can be composed

0 commit comments

Comments
 (0)