stac-spec icon indicating copy to clipboard operation
stac-spec copied to clipboard

Define ItemCollection in stac-spec

Open philvarner opened this issue 2 years ago • 2 comments

ItemCollection was removed in

  • #810

so that it now only existing in the STAC API specification. The reason for this was that it is not connected to the other core types (Catalog, Collection, and Item). However, there are use cases for this related to GeoParquet, so it would be useful to have a "standalone" definition of ItemCollection outside of STAC API.

philvarner avatar Sep 26 '23 20:09 philvarner

Discussed in sprint - decided we do not want ItemCollection to be it's own entity in the STAC spec (because then it would require stac_version). Instead the problem is one of visibility and documentation. Need to link to ItemCollection (and CollectionCollection) from stac-spec and make it clear to users the format of those arrays.
Also link to from website.

matthewhanson avatar Sep 27 '23 15:09 matthewhanson

Where is the CollectionCollection definition?I only find this reference: https://github.com/radiantearth/stac-api-spec/tree/main/ogcapi-features#collections-collections

emmanuelmathot avatar Jun 27 '24 14:06 emmanuelmathot