preheat_open.measurements
measurements.py
This module defines classes and functions for handling measurements, including measurement handlers, mappers, and utilities for retrieving and renaming measurement data.
- Classes:
MeasurementsHandler AmbigiuousMapError Mapper AttributeMapper MapApplier
- Functions:
get_measurements
Functions
|
Retrieves measurements for the specified object and components. |
Classes
|
Maps a component to a string based on a specified attribute. |
|
Abstract base class for mappers that map components to strings. |
|
Applies a mapping to components and renames DataFrame columns accordingly. |
|
|
|
|
|
Handles the retrieval and processing of measurements for a given date range and components. |
|
Post-processes a DataFrame after mapping. |
|
Maps a component to a string based on a specified string. |
Exceptions
Exception raised when a mapping is ambiguous. |