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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following organizations have contributed time and/or funding to support the
28
28
29
29
## Latest News
30
30
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.
32
32
-**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!
33
33
-**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.
34
34
-**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
240
240
### Features
241
241
242
242
-**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
243
244
-**Collection Discovery**: Access collections within specific catalog contexts
244
245
-**STAC API Compliance**: Follows STAC specification for catalog objects and linking
245
246
-**Flexible Querying**: Support for standard STAC API query parameters when browsing collections within catalogs
0 commit comments