renewables-ninja / Gsee

Licence: bsd-3-clause
GSEE: Global Solar Energy Estimator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gsee

Pandas Ml Quant
Master repository for the pandas-ml modules
Stars: ✭ 40 (-38.46%)
Mutual labels:  pandas
Iml
Курс "Введение в машинное обучение" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 46 (-29.23%)
Mutual labels:  pandas
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (-9.23%)
Mutual labels:  pandas
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+13113.85%)
Mutual labels:  pandas
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+1484.62%)
Mutual labels:  pandas
Gait Recognition
Distance Recognition of a Human Being with Deep CNN's
Stars: ✭ 51 (-21.54%)
Mutual labels:  pandas
Python stock github
Python 量化投资及 Github 管理学习笔记
Stars: ✭ 39 (-40%)
Mutual labels:  pandas
Python
Jupyter notebooks and datasets for the interesting pandas/python/data science video series.
Stars: ✭ 65 (+0%)
Mutual labels:  pandas
Xyzpy
Efficiently generate and analyse high dimensional data.
Stars: ✭ 45 (-30.77%)
Mutual labels:  pandas
Dask
Parallel computing with task scheduling
Stars: ✭ 9,309 (+14221.54%)
Mutual labels:  pandas
Cpu Energy Meter
A tool for measuring energy consumption of Intel CPUs
Stars: ✭ 44 (-32.31%)
Mutual labels:  energy
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+1480%)
Mutual labels:  pandas
Opentaps seas
opentaps Smart Energy Applications Suite
Stars: ✭ 55 (-15.38%)
Mutual labels:  energy
Iobroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 40 (-38.46%)
Mutual labels:  energy
Head Pose Estimator.caffe
Head Pose Estimator on Caffe
Stars: ✭ 60 (-7.69%)
Mutual labels:  pandas
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+1433.85%)
Mutual labels:  pandas
Skoot
A package for data science practitioners. This library implements a number of helpful, common data transformations with a scikit-learn friendly interface in an effort to expedite the modeling process.
Stars: ✭ 50 (-23.08%)
Mutual labels:  pandas
Pydata Pandas Workshop
Material for my PyData Jupyter & Pandas Workshops, I'm also available for personal in-house trainings on request
Stars: ✭ 65 (+0%)
Mutual labels:  pandas
Freqbench
Comprehensive CPU frequency performance/power benchmark
Stars: ✭ 65 (+0%)
Mutual labels:  energy
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-13.85%)
Mutual labels:  pandas

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].