-
Notifications
You must be signed in to change notification settings - Fork 47
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
Clarify parent link in Features context #362
Comments
I've added documentation to clarify these two:
I made it clear in the table that these two do not have parent links:
in OAFeat, /collections/:collectionid/items has a link rel |
The item spec includes this requirement:
Then in STAC API, the link from an item to its collection has the I think STAC Browser assumes the link from item to collection will have the Should this be |
|
Thanks for the clarification, @philvarner. I've opened #404 proposing that |
It's not instead of though -- they're frequently the same (and always the same in all the STAC API impls I know of), but they don't have to be the same -- collection will always point to the Collection resource, but parent may not point to the collection, but might point to a parent Catalog. I think we need to add to the definitions that there should be a |
As far as I know the parent links in the context of STAC API - Features must always be pointing to valid Catalogs or Collections.
So the parent links must be as follows:
I often see items pointing to .../items and collections to /collections. I think we should clarify this.
The text was updated successfully, but these errors were encountered: