vivyd.data.Bundle#
- class Bundle(*, name, info)[source]#
Bases:
ContainerA class representing a bundle, which is a collection of data sources. A bundle can contain other bundles, allowing for a hierarchical organization of data sources. For example, a bundle could represent all the equipment related to wind measurements.
- Parameters:
name (str) – The name of the bundle.
info (dict[str, Any]) – Additional metadata about the bundle, such as experimental conditions, measurement techniques, etc. This is a flexible field that can hold any relevant information that does not fit into the predefined fields.