From 598cbf944987b697d879dab9a6deef10dbbf04d7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 17 Sep 2021 13:45:47 +0100 Subject: [PATCH] Adding context-collections third-party extension to table --- extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions.md b/extensions.md index 88b8a75e..d487f5b6 100644 --- a/extensions.md +++ b/extensions.md @@ -95,6 +95,7 @@ Please contact a STAC maintainer or open a Pull Request to add your extension to | Name | Scope | Description | Vendor | | ------------------------------------------------------------------- | ----------------------------------- | --------------------------------------------------------------- | ---------------------------------------------- | | [Free-text Search](https://github.com/cedadev/stac-freetext-search) | [Item Search](item-search/) request | Adds `q` parameter and free-text search against item properties | [CEDA, STFC, UKRI](https://github.com/cedadev) | +| [Context Collections](https://github.com/cedadev/stac-context-collections) | [Item Search](item-search/) request | Adds a `collections` keyword to the [context](https://github.com/radiantearth/stac-api-spec/tree/master/fragments/context) extension response. | [CEDA, STFC, UKRI](https://github.com/cedadev) | ## Creating new extensions