Skip to content

Streamlit web-app python tool, which helps developers estimate the optimal size of a solar PV plant to meet their electricity needs.

Notifications You must be signed in to change notification settings

AmaurySalles/solar-pv-design-optimiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renewables--solar-feasibility-design-optimiser

Optimiser tool for high-level solar feasibility studies.

Example use case: For given annual load, optimises PV plant parameters (e.g. PV Capacity) for a given goal (e.g. lowest LCOE or highest self-consumption rate)

Install

  1. Clone repo
  2. Within repo, create new virtual environment by running the following: python3 -m venv .venv
  3. Activate virtual environment with source .venv/bin/activate
  4. Install all the requirements python3 -m pip install -r requirements.txt

Run

Run locally with the streamlit run app.py command.

About

Streamlit web-app python tool, which helps developers estimate the optimal size of a solar PV plant to meet their electricity needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published