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.8 $ source venv/bin/activate $ cd path/to/eGo $ python -m pip install -e .[full] $ pre-commit install # install pre-commit hooks
© 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/.