Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement KPIs disaggregated #604

Open
javiarrobas opened this issue Dec 19, 2023 · 0 comments · May be fixed by #606
Open

Implement KPIs disaggregated #604

javiarrobas opened this issue Dec 19, 2023 · 0 comments · May be fixed by #606
Assignees

Comments

@javiarrobas
Copy link
Contributor

javiarrobas commented Dec 19, 2023

This is to implement a get_kpis_disaggregated method at the KPI Calculator that returns the xxxx_dict for each KPI (where xxxx is e.g. ener, cost...). This dictionary is already calculated at the KPI Calculator and stored as an attribute, but has never been exposed to the user. The main motivation for this new feature is to get further insights about the operational performance as this dictionary carries the information of the absolute contribution of each element to the final KPI values. It also relates to DOPTEST (see issue) where such a feature is needed to expose what's the contribution of each energy agent to each KPI at the feeder level.

A first implementation has been made in this draft PR where we were using the name get_kpis_absolute though after some discussion we concluded that get_kpis_disaggregated may be a more representative name of the method.

@javiarrobas javiarrobas self-assigned this Dec 19, 2023
@javiarrobas javiarrobas linked a pull request Jan 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant