There is a newer version of the record available.

Published July 31, 2024 | Version 0.0.1

Sector-coupled model for the German energy system in 2019

Description

This repository contains input data for the open-source Python tool eTraGo (electricity Transmission Grid optimization) version 0.10.0.
This data will be uploaded to the OpenEnergy Platform which can be accessed by eTraGo. This dataset is an intermediate solution until the data is uploaded.

The published data includes the sector-coupled transmission grid data for the scenario status2019. It was created with the open-source tool powerd-data within the research project PoWerD. All input data sets as well as the code are available under open source licenses.

We thank the Federal Ministry for Economic Affairs and Climate Action for funding the research project PoWerD (grant number: 03EI1042C)

The data is stored as a PostgreSQL database in the attached backup file. First, the required schemas and extensions have to be created within the database by running the following SQL statements:

CREATE SCHEMA grid;
CREATE SCHEMA boundaries;
CREATE EXTENSION postgis;

Afterwards, the data can be restored by using e.g. pgAdmin or via PostgreSQL's pg_restore command (replace HOSTDATABASE_NAMEPORT and USER by your settings):

pg_restore --host HOST --port PORT --username USER --no-password --dbname DATABASE_NAME --no-owner --no-privileges --verbose "PoWerD_status2019.backup"

Files

Files (1.3 GB)

Name Size
md5:b1064754a965db0394b7e58035e5f4a4
1.3 GB Download

Additional details

Software

Repository URL
https://github.com/openego/powerd-data
Development Status
Active