HabitatFeatureExtractorRegistry

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class HabitatFeatureExtractorRegistry[source]

Bases: ComponentRegistry[Type[HabitatFeatureExtractor]]

Name-to-implementation registry for habitat feature extractors.

domain: ClassVar[str] = 'habitat_feature_extractor'

Plugin domain name; snake_case of the protocol class, singular. The entry point group is f"habit.{domain}".

kind: str = 'habitat feature extractor'

Human-readable component kind, used only in error messages.