issues
search
ryanjenkinson
/
consumer-flex-app
A streamlit app that uses open data to demonstrate consumer flexibility in the energy system
6
stars
1
forks
source link
feat(transform): :sparkles: Adds fun metrics for flexibility
#19
Closed
ryanjenkinson
closed
1 year ago
ryanjenkinson
commented
1 year ago
This PR:
Abstracts the converting logic between different units into a single function (one for power, one for energy)
Adds in some fun metrics - for now EV charging and cups of tea, but this is scaleable
Adds in some tests for this function
Also:
Removes a spurious
st.experimental_memo
that shouldnt be in the code
Closes #6
This PR:
Also:
st.experimental_memo
that shouldnt be in the codeCloses #6