radiantearth / stac-spec

SpatioTemporal Asset Catalog specification - making geospatial assets openly searchable and crawlable
https://stacspec.org
Apache License 2.0
772 stars 177 forks source link

Collection links for catalogs/collections #1236

Closed m-mohr closed 1 month ago

m-mohr commented 1 year ago

I'm currently experimenting with collection links in non-Items. I think there can be value in having them.

Example implementation: https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/m-mohr/open-stac/3d-skysat/stac/open-skysat-data/cocabamba-peru/catalog.json

Having an easy way to navigate back to the next collection in the (potentially long) list of parents may help navigation.

Let's say you have a structure as such:

I think there should be easy ways without following multiple parent links up to the collection, e.g. for easy navigation from Level 1A to ESA or 01 to Level 1A. Thus my proposal is to also allow links with rel collection explicitly also in Catalogs and Collections. Currently it's only defined for Items.

Disclaimer: This is just an example for better understanding, it doesn't matter here whether ESA is a good or bad Collection. It could be something different.

PowerChell commented 1 year ago

Note: one of the most common questions Matthias gets. High Priority.