medea is a power system model developed by Sebastian Wehrle and Johannes Schmidt. This repository contains code to download and process data to represent the German and Austrian power system in medea.
medea is currently employed within the reFUEL and NetZero2040 projects.
- GB RAM
- python 3.6 or later
medea_data_atde is distributed as a python package.
The code can be installed locally via pip install git+git://github.com/boku-inwe/medea_data_atde.git
.
However, it is recommended to fork this repository and install the package from your own fork via
pip install git+git://github.com/your_github/medea_data_atde.git
where your_github
needs to be adjusted
such that it reflects the url to the forked repository.