Skip to content

isi-ies-group/cpvlib

Repository files navigation

cpvlib

Python package RTD doc

cpvlib logo

cpvlib is a python package for modeling CPV systems built as a layer over pvlib-python.

It is built in file cpvlib.py, that contains the cpvsystem module with following classes:

  • CPVSystem
  • StaticCPVSystem
  • StaticFlatPlateSystem
  • StaticHybridSystem

cpvlib classes

cpvlib classes schema

A more detailed description can be found in the Documentation at readthedocs.

Library installation & usage

pip install cpvlib

from cpvlib import cpvsystem cpvsystem.StaticHybridSystem(...)

Installation from source pip install --force-reinstall --no-deps git+https://github.com/isi-ies-group/cpvlib.git

Changelog

What’s New list

Contributing

Please see the Contributing page for more on how you can contribute.

License

TBD

Getting support

If you suspect that you may have discovered a bug or if you'd like to change something about cpvlib, then please make an issue on the GitHub issues page.

Live Jupyter notebook demo

StaticHybridSystem_tmy.ipynb

  • Google Colab Open In Colab