-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Bill_Calculator wiki!
Bill_calculator
is a python function for calculating electricity bill for large number of load profiles. It requires the below inputs:
Load profile
:
One year worth of load profile (30 min interval) in the csv file should be imported to pandas dataframe. (Example load profile is provided)
Tariff
:
One or multiple tariff parameters can be stored into json file (as also provided in the example json file).
The output is total kWh and all tariff components. The example python file shows the steps you need to take to apply the tariff. Also there is a jupyter notebook file with the steps of applying the tariff and visualising the outputs.
This code is used in the bigger project (Tariff Design and Analysis project) which can be found here: https://github.com/UNSW-CEEM/TDA_Python For any questions/recommendations please contact Navid Haghdadi ([email protected])