TopologicalRelationshipEndpoint

class lsst.daf.butler.TopologicalRelationshipEndpoint

Bases: abc.ABC

An abstract base class whose instances represent a logical table that may participate in overlap joins defined by a TopologicalSpace.

Attributes Summary

name Unique string identifier for this endpoint (str).
spatial This endpoint’s SPATIAL family.
temporal This endpoint’s TEMPORAL family.
topology The relationship families to which this endpoint belongs, keyed by the category for that family.

Attributes Documentation

name

Unique string identifier for this endpoint (str).

spatial

This endpoint’s SPATIAL family.

temporal

This endpoint’s TEMPORAL family.

topology

The relationship families to which this endpoint belongs, keyed by the category for that family.