stac.catalog

STAC Catalog module.

Module Contents

Classes

Catalog

The STAC Catalog.

class stac.catalog.Catalog(data, validate=False)

Bases: dict

The STAC Catalog.

property stac_version(self)
Returns

the STAC version.

property id(self)
Returns

the catalog identifier.

property title(self)
Returns

the catalog title.

property description(self)
Returns

the catalog description.

Returns

a list of resources in the catalog.

property schema(self)
Returns

the Catalog jsonschema.