All Projects → wind-python → Windpowerlib

wind-python / Windpowerlib

Licence: mit
The windpowerlib is a library to model the output of wind turbines and farms.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Windpowerlib

ioBroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 61 (-64.12%)
Mutual labels:  energy, power
powerapi-scala
PowerAPI is a middleware toolkit for building software-defined power meters
Stars: ✭ 70 (-58.82%)
Mutual labels:  energy, power
tracebase
The tracebase appliance-level power consumption data set
Stars: ✭ 33 (-80.59%)
Mutual labels:  energy, power
Iobroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 40 (-76.47%)
Mutual labels:  power, energy
pem-dataset1
Proton Exchange Membrane (PEM) Fuel Cell Dataset
Stars: ✭ 48 (-71.76%)
Mutual labels:  energy, power
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+629.41%)
Mutual labels:  power, energy
Eager Load Pivot Relations
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.
Stars: ✭ 134 (-21.18%)
Mutual labels:  model
Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+1054.12%)
Mutual labels:  model
Readme Model
💾 A beautiful readme model for you to put in your projects.
Stars: ✭ 131 (-22.94%)
Mutual labels:  model
Voc
A physical model of the human vocal tract using literate programming, based on Pink Trombone.
Stars: ✭ 129 (-24.12%)
Mutual labels:  model
Dash Oil And Gas Demo
Dash Demo App - New York Oil and Gas
Stars: ✭ 156 (-8.24%)
Mutual labels:  energy
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (-12.35%)
Mutual labels:  model
Jmri
JMRI model railroad digital command & control software
Stars: ✭ 143 (-15.88%)
Mutual labels:  model
Eemeter
An open source python package for implementing and developing standard methods for calculating normalized metered energy consumption and avoided energy use.
Stars: ✭ 134 (-21.18%)
Mutual labels:  energy
Ladybug
A powerful model framework for Swift 4
Stars: ✭ 147 (-13.53%)
Mutual labels:  model
Openimu
Open Source Analytics & Visualisation Software for Inertial Measurement Units
Stars: ✭ 133 (-21.76%)
Mutual labels:  energy
Py3dtiles
⚠️ Project migrated to : https://gitlab.com/Oslandia/py3dtiles ⚠️
Stars: ✭ 152 (-10.59%)
Mutual labels:  model
Adafruit ina219
INA219 Current Sensor
Stars: ✭ 129 (-24.12%)
Mutual labels:  power
Gf Cli
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
Stars: ✭ 143 (-15.88%)
Mutual labels:  model
Energy Py
Reinforcement learning for energy systems
Stars: ✭ 148 (-12.94%)
Mutual labels:  energy

.. image:: https://travis-ci.org/wind-python/windpowerlib.svg?branch=dev :target: https://travis-ci.org/wind-python/windpowerlib .. image:: https://coveralls.io/repos/github/wind-python/windpowerlib/badge.svg?branch=dev :target: https://coveralls.io/github/wind-python/windpowerlib?branch=dev .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.824267.svg :target: https://doi.org/10.5281/zenodo.824267 .. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

.. image:: https://img.shields.io/lgtm/grade/python/g/wind-python/windpowerlib.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/wind-python/windpowerlib/context:python

Introduction

The windpowerlib is a library that provides a set of functions and classes to calculate the power output of wind turbines. It was originally part of the feedinlib <https://github.com/oemof/feedinlib>_ (windpower and photovoltaic) but was taken out to build up a community concentrating on wind power models.

For a quick start see the Examples and basic usage <http://windpowerlib.readthedocs.io/en/stable/getting_started.html#examplereference-label>_ section.

Documentation

Full documentation can be found at readthedocs <https://windpowerlib.readthedocs.io/en/stable/>_.

Use the project site <http://readthedocs.org/projects/windpowerlib>_ of readthedocs to choose the version of the documentation. Go to the download page <http://readthedocs.org/projects/windpowerlib/downloads/>_ to download different versions and formats (pdf, html, epub) of the documentation.

Installation

If you have a working Python 3 (>= 3.6) environment, use pypi to install the latest windpowerlib version:

::

pip install windpowerlib

The windpowerlib is designed for Python 3 and tested on Python >= 3.5. We highly recommend to use virtual environments. Please see the installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system.

Optional Packages


To see the plots of the windpowerlib example in the `Examples and basic usage <http://windpowerlib.readthedocs.io/en/stable/getting_started.html#examplereference-label>`_ section you should `install the matplotlib package <http://matplotlib.org/users/installing.html>`_.
Matplotlib can be installed using pip:

::

    pip install matplotlib

.. _examplereference-label:

Examples and basic usage
=========================

The simplest way to run the example notebooks without installing windpowerlib is to click `here <https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example>`_ and open them with Binder.

The basic usage of the windpowerlib is shown in the `ModelChain example <http://windpowerlib.readthedocs.io/en/stable/modelchain_example_notebook.html>`_ that is available as jupyter notebook and python script:

* `ModelChain example (Python script) <https://raw.githubusercontent.com/wind-python/windpowerlib/master/example/modelchain_example.py>`_
* `ModelChain example (Jupyter notebook) <https://raw.githubusercontent.com/wind-python/windpowerlib/master/example/modelchain_example.ipynb>`_

To run the example you need example weather that is downloaded automatically and can also be downloaded here:

* `Example weather data file <https://raw.githubusercontent.com/wind-python/windpowerlib/master/example/weather.csv>`_

To run the examples locally you have to install the windpowerlib. To run the notebook you also need to install `notebook` using pip3. To launch jupyter notebook type ``jupyter notebook`` in the terminal.
This will open a browser window. Navigate to the directory containing the notebook to open it. See the jupyter notebook quick start guide for more information on `how to install <http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html>`_ and
`how to run <http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html>`_ jupyter notebooks. In order to reproduce the figures in a notebook you need to install `matplotlib`.

Further functionalities, like the modelling of wind farms and wind turbine clusters, are shown in the `TurbineClusterModelChain example <http://windpowerlib.readthedocs.io/en/stable/turbine_cluster_modelchain_example_notebook.html>`_. As the ModelChain example it is available as jupyter notebook and as python script. The weather used in this example is the same as in the ModelChain example.

* `TurbineClusterModelChain example (Python script) <https://raw.githubusercontent.com/wind-python/windpowerlib/master/example/turbine_cluster_modelchain_example.py>`_
* `TurbineClusterModelChain example (Jupyter notebook) <https://raw.githubusercontent.com/wind-python/windpowerlib/master/example/turbine_cluster_modelchain_example.ipynb>`_

You can also look at the examples in the `Examples section <http://windpowerlib.readthedocs.io/en/stable/examples.html>`_.

Wind turbine data
==================

The windpowerlib provides data of many wind turbines but it is also possible to
use your own turbine data.

Use internal data

The windpowerlib provides wind turbine data <https://github.com/wind-python/windpowerlib/tree/master/windpowerlib/oedb>_ (power curves, hub heights, etc.) for a large set of wind turbines. See Initialize wind turbine in Examples section <http://windpowerlib.readthedocs.io/en/stable/examples.html>_ on how to use this data in your simulations.

The dataset is hosted and maintained on the OpenEnergy database <https://openenergy-platform.org/dataedit/>_ (oedb). To update your local files with the latest version of the oedb turbine library <https://openenergy-platform.org/dataedit/view/supply/wind_turbine_library>_ you can execute the following in your python console:

.. code:: python

from windpowerlib.wind_turbine import load_turbine_data_from_oedb load_turbine_data_from_oedb()

If you find your turbine in the database it is very easy to use it in the windpowerlib

.. code:: python

from windpowerlib import WindTurbine
enercon_e126 = {
    "turbine_type": "E-126/4200",  # turbine type as in register
    "hub_height": 135,  # in m
}
e126 = WindTurbine(**enercon_e126)

We would like to encourage anyone to contribute to the turbine library by adding turbine data or reporting errors in the data. See the OEP <https://github.com/OpenEnergyPlatform/data-preprocessing/issues/28>_ for more information on how to contribute.

Use your own turbine data


It is possible to use your own power curve. However, the most sustainable way
is to send us the data to be included in the windpowerlib and to be available
for all users. This may not be possible in all cases.

Assuming the data files looks like this:

.. code::

    wind,power
    0.0,0.0
    3.0,39000.0
    5.0,270000.0
    10.0,2250000.0
    15.0,4500000.0
    25.0,4500000.0

You can use pandas to read the file and pass it to the turbine dictionary. I
you have basic knowledge of pandas it is easy to use any kind of data file.

.. code:: python

    import pandas as pd
    from windpowerlib import WindTurbine, create_power_curve
    my_data = pd.read_csv("path/to/my/data/file.csv")

    my_turbine_data = {
        "nominal_power": 6e6,  # in W
        "hub_height": 115,  # in m
        "power_curve": create_power_curve(
            wind_speed=my_data["wind"], power=my_data["power"]
        ),
    }

    my_turbine = WindTurbine(**my_turbine_data)

See the `modelchain_example` for more information.

Contributing
==============

We are warmly welcoming all who want to contribute to the windpowerlib. If you are interested in wind models and want to help improving the existing model do not hesitate to contact us via github or email ([email protected]).

Clone: https://github.com/wind-python/windpowerlib and install the cloned repository using pip:

.. code:: bash

  pip install -e /path/to/the/repository

As the windpowerlib started with contributors from the `oemof developer group <https://github.com/orgs/oemof/teams/oemof-developer-group>`_ we use the same
`developer rules <http://oemof.readthedocs.io/en/stable/developing_oemof.html>`_.

**How to create a pull request:**

* `Fork <https://help.github.com/articles/fork-a-repo>`_ the windpowerlib repository to your own github account.
* Change, add or remove code.
* Commit your changes.
* Create a `pull request <https://guides.github.com/activities/hello-world/>`_ and describe what you will do and why.
* Wait for approval.

**Generally the following steps are required when changing, adding or removing code:**

* Add new tests if you have written new functions/classes.
* Add/change the documentation (new feature, API changes ...).
* Add a whatsnew entry and your name to Contributors.
* Check if all tests still work by simply executing pytest in your windpowerlib directory:

.. role:: bash(code)
   :language: bash

.. code:: bash

    pytest

Citing the windpowerlib
========================

We use the zenodo project to get a DOI for each version. `Search zenodo for the right citation of your windpowerlib version <https://zenodo.org/search?page=1&size=20&q=windpowerlib>`_.

License
============

Copyright (c) 2019 oemof developer group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].