siibra.features.dataset

Non-preconfigured data features published as datasets.

Submodules

Package Contents

Classes

EbrainsDataFeature

Base class for anatomically anchored data features.

class siibra.features.dataset.EbrainsDataFeature(dataset_version_id: str, anchor: siibra.features.anchor.AnatomicalAnchor)
Inheritance diagram of siibra.features.dataset.EbrainsDataFeature

Base class for anatomically anchored data features.

property description: str

Allows subclasses to overwrite the description with a function call.

property id
property name

Returns a short human-readable name of this feature.

property url
property version_history
property version_identifier
__eq__(o: object) bool

Return self==value.

__hash__()

Return hash(self).