Welcome to the oemoflex’s documentation!

Overview

oemoflex is a flexible model structure for creating and analysing multi-regional sector-integrated energysystem models featuring many flexibility options.

oemoflex makes it easy to create datapackages that represent energy systems that can be optimized with oemof.solph. It also helps to postprocess the results so that you can focus on your main tasks of modeling: Finding good data and drawing assumptions to build meaningful scenarios and interpret them.

Getting started

Installation

You can install oemoflex in your environment e.g. using pip:

pip install -e <path to oemoflex>

Usage

Have a look at the examples to see how to create an EnergyDataPackage by specifying the components, busses, regions and links, how to parametrize it and how to pass it to oemof.solph to solve the optimization problem.

Examples

You can find simple examples for building an energy system under oemoflex/examples.

What’s new

Releases

v0.0.1

API

oemoflex.model.datapackage

oemoflex.tools.plots