flexmeasures.data.models.reporting
Modules
Classes
- class flexmeasures.data.models.reporting.Reporter(config: dict | None = None, save_config=True, save_parameters=False, **kwargs)
Superclass for all FlexMeasures Reporters.
- _compute(check_output_resolution=True, **kwargs) list[dict[str, Any]]
This method triggers the creation of a new report.
The same object can generate multiple reports with different start, end, resolution and belief_time values.
- Parameters:
check_output_resolution – If True, checks each output for whether the event_resolution matches that of the sensor it is supposed to be recorded on.