Skip to content

tannhorn/ele-cost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCOE calculator

Overview

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.

Features

  • Calculate the LCOE according to the above methodology

Installation

  1. Clone this repository:

    git clone https://github.com/Tannhorn/ele-cost.git
    cd ele-cost
  2. Navigate to the project directory:

    cd ele-cost
    
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Notebook

See the example.ipynb notebook. You can run it locally or online for example in Google Colab: Open In Colab

Applet

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.

About

A simple LCOE estimator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published