Is your feature request related to a problem? Please describe.
The apply_reference_operation function does not work out of the box with home battery data from the eGon project. Additionally, there is no dedicated module within the EDisGo class to call this function directly. This makes it difficult to integrate the function seamlessly within workflows using eGon data.
Describe the solution you'd like
Describe alternatives you've considered
- Manually preprocessing the eGon data before using
apply_reference_operation, but this adds complexity and reduces usability.
Is your feature request related to a problem? Please describe.
The
apply_reference_operationfunction does not work out of the box with home battery data from the eGon project. Additionally, there is no dedicated module within theEDisGoclass to call this function directly. This makes it difficult to integrate the function seamlessly within workflows using eGon data.Describe the solution you'd like
apply_reference_operationto support eGon project data without requiring extensive preprocessing or adjustments.edisgoclass to allow direct calls toapply_reference_operation.Describe alternatives you've considered
apply_reference_operation, but this adds complexity and reduces usability.