Skip to content

Commit c7341f8

Browse files
authored
Merge branch 'main' into main
2 parents ea07609 + b0f753f commit c7341f8

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
3838
| [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. |
3939
| [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. |
4040
| [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. |
4142
| [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. |
4243
| [Context](https://github.com/stac-api-extensions/context) | STAC API - Features, STAC API - Item Search | Deprecated | 1.0.0-rc.2 | Context Extension |
4344
| [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
4748
| [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. |
4849
| [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 |
4950
| [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. |
5052
| [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. |
5153
| [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. |
5254
| [Version](https://github.com/stac-api-extensions/version) | STAC API - Features | Deprecated | **Unreleased** | Item and Collection Version Extension |
5355

54-
- **Last updated:** Jan 06 2026, 01:07 UTC
55-
- **Count:** 16
56+
- **Last updated:** Jan 07 2026, 01:08 UTC
57+
- **Count:** 18
5658

5759
### Grouped by maturity
5860

@@ -95,10 +97,14 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
9597

9698
#### WIP
9799

100+
- [Collection Search Endpoint for Large Payloads](https://github.com/Healy-Hyperspatial/collection-search-large-payloads)*
101+
98102
- [Context Collections](https://github.com/cedadev/stac-context-collections)*
99103

100104
- [Distribution](https://github.com/stac-api-extensions/distribution)
101105

106+
- [SKOS Registry](https://github.com/Healy-Hyperspatial/skos-registry)*
107+
102108

103109
#### Deprecated
104110

python/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
COMMUNITY_REPOS = [
33
# org, repo name
44
['cedadev', 'stac-context-collections'],
5-
['Healy-Hyperspatial', 'stac-api-extensions-catalogs'],
5+
['Healy-Hyperspatial', 'virtual-catalogs-endpoint'],
6+
['Healy-Hyperspatial', 'collection-search-large-payloads'],
67
['Healy-Hyperspatial', 'skos-registry'],
78
]
89

0 commit comments

Comments
 (0)