/eGo

A cross-grid-level electricity grid and storage optimization tool

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Documentation Status GitHub stars zenodo


https://openegoproject.files.wordpress.com/2017/02/open_ego_logo_breit.png?w=400

A cross-grid-level electricity grid and storage optimization tool | openegoproject.wordpress.com

Integrated optimization of flexibility options and grid extension measures for power grids based on eTraGo and eDisGo. The Documentation of the eGo tool can be found on openego.readthedocs.io .

$ pip3 install eGo --process-dependency-links

In case of installation errors of pypsa-fork use:

$ pip3 install -e git+https://github.com/openego/PyPSA@master#egg=0.11.0fork

Create a virtualenvironment and activate it:

$ virtualenv venv --clear -p python3.5
$ source venv/bin/activate
$ cd venv
$ pip3 install -e git+https://github.com/openego/eGo@dev#egg=eGo --process-dependency-links

© Europa-Universität Flensburg, © Flensburg University of Applied Sciences, Centre for Sustainable Energy Systems © DLR Institute for Networked Energy Systems, © Reiner-Lemoine-Institute"

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero 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 https://www.gnu.org/licenses/.