Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.82 KB

File metadata and controls

27 lines (19 loc) · 1.82 KB

STAC API - CollectionCollection Fragment

This document explains the structure and content of a SpatioTemporal Asset Catalog (STAC) CollectionCollection. A CollectionCollection is a JSON document.

Collection objects are represented in JSON format and are very flexible. Any JSON object that contains all the required fields is a valid STAC CollectionCollection.

CollectionCollection fields

This object describes a STAC CollectionCollection.

Field Name Type Description
collections [STAC Collection] REQUIRED. A possibly-empty array of Collection objects.
links [Link Object] An array of Links related to this CollectionCollection.
numberMatched integer The number of Collections that meet the selection parameters, possibly estimated.
numberReturned integer The number of Collections in the collections array.

Extensions

STAC API Extensions can be found here.