Skip to content

Collections

Collections are used to group items or collections together.

Collections can contain other collections.

Using the file system as an analogy, a Collection is a directory and an Item is a file.

  • id: string
  • title?: string
  • description: string
  • links: Link[]
  • extent: Extent
  • keywords?: string[]
  • summaries?: Summary[]
  • assets?: Asset[]
  • providers?: Provider[]
  • license: enum
  • type: "collection"

See STAC Collections for more details.