quality_management
Classes:
| Name | Description |
|---|---|
QualityManagement |
Main class for orchestrating the dispatch of QualityCheckers and |
Classes#
QualityManagement #
Bases: BaseModel
Main class for orchestrating the dispatch of QualityCheckers and QualityHandlers.
Methods:
| Name | Description |
|---|---|
manage |
Runs the registered QualityManagers on the dataset. |
Attributes:
| Name | Type | Description |
|---|---|---|
managers |
List[QualityManager]
|
The list of QualityManagers that should be run. |
Attributes#
managers
instance-attribute
#
The list of QualityManagers that should be run.
Functions#
manage #
Runs the registered QualityManagers on the dataset.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dataset
|
Dataset
|
The dataset to apply quality checks and controls to. |
required |
Returns:
| Type | Description |
|---|---|
Dataset
|
xr.Dataset: The quality-checked dataset. |