Skip to content

Constants

pystac.constants

CATALOG_TYPE module-attribute

CATALOG_TYPE = 'Catalog'

The type field of a JSON STAC Catalog.

CHILD module-attribute

CHILD = 'child'

The child relation type, for links.

COLLECTION module-attribute

COLLECTION = 'collection'

The collection relation type, for links.

COLLECTION_TYPE module-attribute

COLLECTION_TYPE = 'Collection'

The type field of a JSON STAC Collection.

DEFAULT_BBOX module-attribute

DEFAULT_BBOX: Sequence[int | float] = [-180, -90, 180, 90]

The default bounding box.

DEFAULT_INTERVAL module-attribute

DEFAULT_INTERVAL: Sequence[str | None] = [None, None]

The default temporal interval.

DEFAULT_LICENSE module-attribute

DEFAULT_LICENSE = 'other'

The default license.

DEFAULT_STAC_VERSION module-attribute

DEFAULT_STAC_VERSION = '1.1.0'

The default STAC version for this library.

ITEM module-attribute

ITEM = 'item'

The item relation type, for links.

ITEM_TYPE module-attribute

ITEM_TYPE = 'Feature'

The type field of a JSON STAC Item.

PARENT module-attribute

PARENT = 'parent'

The parent relation type, for links.

ROOT module-attribute

ROOT = 'root'

The root relation type, for links.

SELF module-attribute

SELF = 'self'

The self relation type, for links.