Skip to content

renewables-ninja/gsee

Repository files navigation

Master branch build status Test coverage PyPI version conda-forge version

GSEE: Global Solar Energy Estimator

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.

Installation

GSEE requires Python 3. The recommended way to install is through the Anaconda Python distribution and conda-forge:

conda install -c conda-forge gsee

You can also install with pip install gsee, but if you do so, and do not already have numpy installed, you will get a compiler error when pip tries to build to climatedata_interface Cython extension.

Documentation

See the documentation for more information on GSEE's functionality and for examples.

Credits and contact

Contact Stefan Pfenninger for questions about GSEE. GSEE is also a component of the Renewables.ninja project, developed by Stefan Pfenninger and Iain Staffell. Use the contact page there if you want more information about Renewables.ninja.

Citation

If you use GSEE or code derived from it in academic work, please cite:

Stefan Pfenninger and Iain Staffell (2016). Long-term patterns of European PV output using 30 years of validated hourly reanalysis and satellite data. Energy 114, pp. 1251-1265. doi: 10.1016/j.energy.2016.08.060

License

BSD-3-Clause