Skip to content

Commit 3c88f64

Browse files
committed
update readme for collections w multi parents
1 parent 583837d commit 3c88f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following organizations have contributed time and/or funding to support the
2828

2929
## Latest News
3030

31-
- **12/09/2025:** Catalogs extension merged to main! The `/catalogs` endpoint is now available (optional via `ENABLE_CATALOGS_EXTENSION` environment variable) to enable federated hierarchical catalog browsing and navigation.
31+
- **12/09/2025:** Catalogs extension merged to main! The `/catalogs` endpoint is now available (optional via `ENABLE_CATALOGS_EXTENSION` environment variable) to enable federated hierarchical catalog browsing and navigation. Collections can belong to multiple catalogs for flexible hierarchical organization.
3232
- **11/07/2025:** 🌍 The SFEOS STAC Viewer is now available at: https://healy-hyperspatial.github.io/sfeos-web. Use this site to examine your data and test your STAC API!
3333
- **10/24/2025:** Added `previous_token` pagination using Redis for efficient navigation. This feature allows users to navigate backwards through large result sets by storing pagination state in Redis. To use this feature, ensure Redis is configured (see [Redis for navigation](#redis-for-navigation)) and set `REDIS_ENABLE=true` in your environment.
3434
- **10/23/2025:** The `EXCLUDED_FROM_QUERYABLES` environment variable was added to exclude fields from the `queryables` endpoint. See [docs](#excluding-fields-from-queryables).
@@ -240,6 +240,7 @@ This implementation follows the [STAC API Catalogs Extension](https://github.com
240240
### Features
241241

242242
- **Hierarchical Navigation**: Browse catalogs and sub-catalogs in a parent-child relationship structure
243+
- **Multi-Catalog Collections**: Collections can belong to multiple catalogs simultaneously, enabling flexible organizational hierarchies
243244
- **Collection Discovery**: Access collections within specific catalog contexts
244245
- **STAC API Compliance**: Follows STAC specification for catalog objects and linking
245246
- **Flexible Querying**: Support for standard STAC API query parameters when browsing collections within catalogs

0 commit comments

Comments
 (0)