eGo

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


License
AGPL-3.0
Install
pip install eGo==0.3.4

Documentation

Documentation Status GitHub stars zenodo


image

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

eGo

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 .

Installation

$ 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

Installing Developer Version

Create a virtualenvironment and activate it:

$ virtualenv venv --clear -p python3.8
$ source venv/bin/activate
$ cd path/to/eGo
$ python -m pip install -e .[full]
$ pre-commit install  # install pre-commit hooks

License

© 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/.