This project is a Python-based tool for calculating the Levelized Cost of Electricity (LCOE) using data and methodology from the International Energy Agency (IEA) and the Organisation for Economic Co-operation and Development/Nuclear Energy Agency (OECD/NEA).
The data used for this project is sourced from the IEA/OECD-NEA report titled "Projected Costs of Generating Electricity 2020," which provides comprehensive data on the projected costs of various electricity generation technologies.
- Calculate the LCOE according to the above methodology
-
Clone this repository:
git clone https://github.com/Tannhorn/ele-cost.git cd ele-cost
-
Navigate to the project directory:
cd ele-cost
-
Install the required dependencies:
pip install -r requirements.txt
See the example.ipynb
notebook. You can run it locally or online for example in Google Colab:
You can run the applet locally or deployed on the cloud.
- To run it locally:
streamlit run app.py
This will start a local server. Open the link in your browser (usually http://localhost:8501
).
- The cloud deployment is not active at the moment.