-
Notifications
You must be signed in to change notification settings - Fork 179
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
item in multiple collections #1273
Comments
This "issue" has already been discussed in the past here. Other discussions about multiple parents are ongoing: |
Somewhat related (hierarchical collections): opengeospatial/ogcapi-common#298 (comment) So something we should review. |
The work that OGC is doing is purely relevant to APIs, we don't need to consider it in the static version of STAC. The question has also been answered and the OP did not respond yet, so we assume that this issue has been clarified sufficiently. I'll issue a small PR to clarify the issue in the spec. |
… can only point back to a single collection. #1273
For me the issue may be closed. In our back-end we can handle an item being part of multiple collections (like views on a table). But when looking at an item from the view of a collection, it is just part (or not) of that one collection. |
what would one do if an item belongs to multiple collections in a STAC? the collection field in the item spec is a string. if an item belongs to multiple collections would it be indicated in a list? or comma-separated string? and then what would one do with the rel:collection link? multiple instances? or one instance for one of the collections the item is in and then have alternates for the other collection memberships?
The text was updated successfully, but these errors were encountered: