-
Notifications
You must be signed in to change notification settings - Fork 53
add collections api definition #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
Conversation
|
|
||
| ## Link Relations | ||
|
|
||
| The following Link relations should exist in the Landing Page (root). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intended to have Link relations for the Landing page here on the Collections endpoint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. We probably also need to clarify which link relations should exist on the /collections and /collections/{collectionid} endpoints for both this and ogcapi-features.
| ], | ||
| } | ||
| ], | ||
| "links": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So no other links required: root, parent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll improve this example.
|
This seems fine, but wondering what is it that isn't captured in the existing |
It indicates that the collections are STAC compliant... |
|
Interesting PR, would like to review it as it's what we pioneered in the openEO API, but will likely take me some days to go through it. |
|
@matthewhanson This was Chris's idea, and it's basically to allow a user to advertise STAC-compliant Collections without needing to implement all of OGC API Features, e.g., they only want to implement Collections and Item Search. Ideally, there would be a way to define this without duplicating it from OAFeat, but this is what we have for now. |
Related Issue(s): #134
Proposed Changes:
PR Checklist:
stac-specdirectory (these are included as a subtree and should be updated directly in radiantearth/stac-spec)