stac.catalog¶
STAC Catalog module.
Module Contents¶
Classes¶
The STAC Catalog. |
- class stac.catalog.Catalog(data, validate=False)¶
Bases:
dictThe 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.
- property links(self)¶
- Returns
a list of resources in the catalog.
- property schema(self)¶
- Returns
the Catalog jsonschema.