Skip to content

Commit ea07609

Browse files
authored
Merge branch 'main' into main
2 parents 876024f + 8bdd31f commit ea07609

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
3737
| [Aggregation](https://github.com/stac-api-extensions/aggregation) | STAC API - Core | Proposal | 0.3.0 | Aggregation Extension to provide aggregated data over a search, rather than individual Item results |
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. |
40-
| [Collection Search](https://github.com/stac-api-extensions/collection-search) | STAC API - Core | Pilot | 1.0.0-rc.1 | Collection Search for STAC APIs |
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 |
4141
| [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. |
4242
| [Context](https://github.com/stac-api-extensions/context) | STAC API - Features, STAC API - Item Search | Deprecated | 1.0.0-rc.2 | Context Extension |
4343
| [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. |
@@ -51,7 +51,7 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
5151
| [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. |
5252
| [Version](https://github.com/stac-api-extensions/version) | STAC API - Features | Deprecated | **Unreleased** | Item and Collection Version Extension |
5353

54-
- **Last updated:** Nov 30 2025, 01:10 UTC
54+
- **Last updated:** Jan 06 2026, 01:07 UTC
5555
- **Count:** 16
5656

5757
### Grouped by maturity
@@ -66,6 +66,8 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
6666

6767
#### Candidate
6868

69+
- [Collection Search](https://github.com/stac-api-extensions/collection-search)
70+
6971
- [Collection Transaction](https://github.com/stac-api-extensions/collection-transaction)
7072

7173
- [Fields](https://github.com/stac-api-extensions/fields)
@@ -77,8 +79,6 @@ As such is not part of the stac-api-extensions GitHub organization and may not f
7779

7880
#### Pilot
7981

80-
- [Collection Search](https://github.com/stac-api-extensions/collection-search)
81-
8282
- [Language (I18N)](https://github.com/stac-api-extensions/language)
8383

8484

python/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# org, repo name
44
['cedadev', 'stac-context-collections'],
55
['Healy-Hyperspatial', 'stac-api-extensions-catalogs'],
6+
['Healy-Hyperspatial', 'skos-registry'],
67
]
78

89
# Other extensions that are not on GitHub

0 commit comments

Comments
 (0)