Skip to content

Snapshot clustering version for Optimization of flexibility options for transmission grids based on PyPSA

License

Notifications You must be signed in to change notification settings

OriolRaventos/eTraGo

 
 

Repository files navigation

Documentation Status

ATENTION! THIS IS A VERSION FOR EXTENDING THE TIME AGGREGATION METHODS THAT ESSENTIALLY, COPY AND ENHANCE THE TSAM PACKAGE IN THE SNAPSHOT CLUSTERING FILE, MEANT FOR PERSONAL USE. PLEASE NOTE:

  • All modifications are tagged with #URI
  • Two examples on how to use chronological and non-chronolgical methods are included int he /tsam-examples folder (essential is the extra_functionality).

eTraGo

Optimization of flexibility options for transmission grids based on PyPSA

A speciality in this context is that transmission grids are described by the 380, 220 and 110 kV in Germany. Conventionally the 110kV grid is part of the distribution grid. The integration of the transmission and 'upper' distribution grid is part of eTraGo.

The focus of optimization are flexibility options with a special focus on energy storages. Grid expansion measures are not part of this tool and will be instead part of 'eGo' https://github.com/openego/eGo

Setup

Create a virtualenvironment (where you like it) and activate it:

$ virtualenv venv --clear -p python3.5
$ source venv/bin/activate
$ cd venv

Clone the source code from github

$ git clone https://github.com/openego/eTraGo

With your activated environment cd to the cloned directory and run:

$ pip3 install -e eTraGo --process-dependency-links

This will install all needed packages into your environment. Now you should be ready to go.

Copyleft

Code licensed under "GNU Affero General Public License Version 3 (AGPL-3.0)" It is a collaborative work with several copyright owners: Cite as "eTraGo" © Flensburg University of Applied Sciences, Centre for Sustainable Energy Systems © Europa-Universität Flensburg, Centre for Sustainable Energy Systems © DLR Institute for Networked Energy Systems"

About

Snapshot clustering version for Optimization of flexibility options for transmission grids based on PyPSA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • TSQL 1.6%