You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
38
38
|[Browseable](https://github.com/stac-api-extensions/browseable)| STAC API - Core | Proposal | 1.0.0-rc.3 | Browseable advertises all Items in a STAC API Catalog can be reached by traversing child and item links. |
39
39
|[Children](https://github.com/stac-api-extensions/children)| STAC API - Core | Proposal | 1.0.0-rc.2 | The purpose of this extension is to add an endpoint that presents a single resource from which clients can retrieve the immediate children of a Catalog. |
40
40
|[Collection Search](https://github.com/stac-api-extensions/collection-search)| STAC API - Core | Candidate | 1.0.0-rc.1 | Collection Search for STAC APIs |
41
+
|[Collection Search Endpoint for Large Payloads](https://github.com/Healy-Hyperspatial/collection-search-large-payloads)*| STAC API - Core |*WIP*|**Unreleased**| This extension defines a dedicated Collection Search Endpoint (/collections-search) that supports both GET and POST methods. |
41
42
|[Collection Transaction](https://github.com/stac-api-extensions/collection-transaction)| STAC API - Collections | Candidate | 1.0.0-beta.1 | The Collection Transaction Extension supports the creation, editing, and deleting of Collections through POST, PUT, PATCH, and DELETE requests. |
42
43
|[Context](https://github.com/stac-api-extensions/context)| STAC API - Features, STAC API - Item Search | Deprecated | 1.0.0-rc.2 | Context Extension |
43
44
|[Context Collections](https://github.com/cedadev/stac-context-collections)*| STAC - Core |*WIP*|**Unreleased**| This defines a new parameter, collections inside the context response which is a summary of all the collections which are part of the current result context. |
@@ -47,12 +48,13 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
47
48
|[Free-Text Search](https://github.com/stac-api-extensions/freetext-search)| - STAC API - Collection Search | Proposal | 1.0.0-rc.1 | This defines a new parameter, q that allows the user to perform free-text queries against the item properties. |
48
49
|[Language (I18N)](https://github.com/stac-api-extensions/language)| STAC API - Core | Pilot | 1.0.0-rc.2 | Definitions and recommendations around making multi-lingual STAC APIs available |
49
50
|[Query](https://github.com/stac-api-extensions/query)| STAC API - Features, STAC API - Item Search | Stable | 1.0.0 | The Query Extension adds a query parameter that allows additional filtering based on the properties of Item objects. |
51
+
|[SKOS Registry](https://github.com/Healy-Hyperspatial/skos-registry)*| STAC API - Core |*WIP*|**Unreleased**| This extension defines a standard mechanism to expose SKOS (Simple Knowledge Organization System) hierarchies as navigable Virtual Catalogs. |
50
52
|[Sort](https://github.com/stac-api-extensions/sort)| STAC API - Collection Search, STAC API - Features, STAC API - Item Search | Stable | 1.1.0 | The Sort Extension that allows the user to define the fields by which to sort results. |
51
53
|[Transaction](https://github.com/stac-api-extensions/transaction)| STAC API - Features | Candidate | 1.0.0-rc.3 | The Transaction Extension supports the creation, editing, and deleting of items through POST, PUT, PATCH, and DELETE requests. |
52
54
|[Version](https://github.com/stac-api-extensions/version)| STAC API - Features | Deprecated |**Unreleased**| Item and Collection Version Extension |
53
55
54
-
-**Last updated:** Jan 06 2026, 01:07 UTC
55
-
-**Count:**16
56
+
-**Last updated:** Jan 06 2026, 12:43 UTC
57
+
-**Count:**18
56
58
57
59
### Grouped by maturity
58
60
@@ -95,10 +97,14 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
95
97
96
98
#### WIP
97
99
100
+
-[Collection Search Endpoint for Large Payloads](https://github.com/Healy-Hyperspatial/collection-search-large-payloads)*
0 commit comments