Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection links for catalogs/collections #1236

Open
m-mohr opened this issue Jun 14, 2023 · 1 comment
Open

Collection links for catalogs/collections #1236

m-mohr opened this issue Jun 14, 2023 · 1 comment

Comments

@m-mohr
Copy link
Collaborator

m-mohr commented Jun 14, 2023

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:

  • Root
    • ESA (collection)
      • Sentinels (catalog)
        • Sentinel-1 (catalog)
        • Sentinel-2 (catalog)
          • Level 1A (collection)
            • 2020 (catalog)
              • Jan (catalog)
                • 01 (catalog)
                  • 12345 (item)
                  • 67890 (item)
                  • ...
                • 02 (catalog)
                • 03 (catalog)
                • ...
              • Feb (catalog)
              • Mar (catalog)
              • ...
            • 2021 (catalog)
            • 2022 (catalog)
          • Level 2A (collection)
          • Level 2B (collection)
      • Others (catalog)
    • NASA (collection)

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.

@m-mohr m-mohr added this to the 1.1 milestone Jun 14, 2023
m-mohr added a commit to radiantearth/stac-browser that referenced this issue Jun 14, 2023
@PowerChell
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants