This is a fork of GSEE.
GSEE
is a solar energy simulation library designed for rapid calculations and ease of use. Renewables.ninja uses GSEE
.
The development of GSEE
predates the existence of pvlib-python
but builds on its functionality as of v0.4.0. Use GSEE
if you want fast simulations with sensible defaults and solar energy technologies other than PV, and pvlib-python
if you need control over the nuts and bolts of simulating PV systems.
pip install gsee-redux
Currently pip is the only supported installation method.
The original GSEE library was intended to be installed through Conda, but this is not yet possible for this version.
See the original documentation for more information on
GSEE
's functionality and for examples.
BSD-3-Clause