oemof / oemof-examples

A collection of oemof examples and notebooks.
https://oemof.org/
MIT License
43 stars 68 forks source link

This repository holds a collections of various examples on how to build an energy system with oemof <http://oemof.readthedocs.org>_.

Examples are provided for each major oemof release specified by the directory they are in.

.. contents:: :depth: 3 :local: :backlinks: top

Installation

Download the repository using the green download button.

You need a working python3 environment to be able to run the examples. For more details see 'Installation and setup' <http://oemof.readthedocs.io/en/latest/installation_and_setup.html>_ section of the oemof documentation. Required packages to run each example are listed in the respective example header.

Contributing

Everybody is welcome to contribute by adding their own example, fix documentation, bugs and typos in existing examples, etc via a pull request <https://github.com/oemof/examples/pulls> or by sending us an e-mail (see here <https://oemof.org/contact/> for contact information). If you want to add your own example please provide a short description and required packages to run the example.

Examples

oemof.solph (oemof)

Examples of the latest major release (v0.4.x <https://github.com/oemof/oemof-examples/tree/master/oemof_examples/oemof.solph/v0.4.x>_), some examples may not exist for older versions. Check out the oemof.solph directory <https://github.com/oemof/oemof-examples/tree/master/oemof_examples/oemof.solph>_ for all versions.

oemof.tabular

Coming soon

tespy

windpowerlib

v0.1.x ++++++

v0.2.x ++++++

License

Copyright (C) 2017 oemof developing group

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.