registry.DataSummary
registry.DataSummary(
sessions,
configs,
runs,
cell_data_rows,
variables,
entity_types,
step_range,
replicate_range,
spatial_extent,
parameters,
)Summary of data loaded in the registry.
Attributes
| Name | Type | Description |
|---|---|---|
| sessions | int | Number of sweep sessions. |
| configs | int | Number of job configurations. |
| runs | int | Number of job runs. |
| cell_data_rows | int | Number of rows in cell_data table. |
| variables | list[str] | List of variable names found in cell_data. |
| entity_types | list[str] | List of entity types found in cell_data. |
| step_range | tuple[int, int] | None | (min, max) step values, or None if no data. |
| replicate_range | tuple[int, int] | None | (min, max) replicate values, or None if no data. |
| spatial_extent | dict[str, tuple[float, float]] | None | Dict with ‘lon’ and ‘lat’ tuples, or None if no spatial data. |
| parameters | list[str] | List of parameter names found in job_configs. |