Skip to content

ML STAC Catalog Specification

Overview

An ML-STAC Catalog is a top-level object designed to logically group ML-STAC items. Nested properties are not allowed, which means that a Catalog cannot contain other Catalogs or Collections. Additionally, the ML-STAC Catalog restricts properties to only 'url' and 'n_items.' Any additional global properties must be defined within the ML-STAC Collection.

Key Type Description
n_items int REQUIRED. Number of items in the catalog.
url Hyperlink REQUIRED. The url field is expected to contain a hyperlink that directs to the associated resource. This hyperlink can be either a local directory or server address. If the server supports (Range) HTTP requests, it facilitates server streaming capabilities when utilizing the ML-STAC API.
Back to top