Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 12 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: MaikSa2
  • Language: Python
  • Default Branch: main
  • Size: 104 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created 9 months ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

GitHub release (latest by date including pre-releases) Test workflows Documentation Size Zenodo PyPSA-Eur Zenodo PyPSA-Eur-Sec Snakemake Discord REUSE status

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System

PyPSA-Eur is an open model dataset of the European energy system at the transmission network level that covers the full ENTSO-E area. The model is suitable both for operational studies and generation and transmission expansion planning studies. The continental scope and highly resolved spatial scale enables a proper description of the long-range smoothing effects for renewable power generation and their varying resource availability.

The model is described in the documentation and in the paper PyPSA-Eur: An Open Optimisation Model of the European Transmission System, 2018, arXiv:1806.01613. The model building routines are defined through a snakemake workflow. Please see the documentation for installation instructions and other useful information about the snakemake workflow. The model is designed to be imported into the open toolbox PyPSA.

WARNING: PyPSA-Eur is under active development and has several limitations which you should understand before using the model. The github repository issues collect known topics we are working on (please feel free to help or make suggestions). The documentation remains somewhat patchy. You can find showcases of the model's capabilities in the Joule paper The potential role of a hydrogen network in Europe, another paper in Joule with a description of the industry sector, or in a 2021 presentation at EMP-E. We do not recommend to use the full resolution network model for simulations. At high granularity the assignment of loads and generators to the nearest network node may not be a correct assumption, depending on the topology of the underlying distribution grid, and local grid bottlenecks may cause unrealistic load-shedding or generator curtailment. We recommend to cluster the network to a couple of hundred nodes to remove these local inconsistencies. See the discussion in Section 3.4 "Model validation" of the paper.

PyPSA-Eur Grid Model

The dataset consists of:

  • A grid model based on a modified GridKit extraction of the ENTSO-E Transmission System Map. The grid model contains 7072 lines (alternating current lines at and above 220kV voltage level and all high voltage direct current lines) and 3803 substations.
  • The open power plant database powerplantmatching.
  • Electrical demand time series from the OPSD project.
  • Renewable time series based on ERA5 and SARAH, assembled using the atlite tool.
  • Geographical potentials for wind and solar generators based on land use (CORINE) and excluding nature reserves (Natura2000) are computed with the atlite library.

A sector-coupled extension adds demand and supply for the following sectors: transport, space and water heating, biomass, industry and industrial feedstocks, agriculture, forestry and fishing. This completes the energy system and includes all greenhouse gas emitters except waste management and land use.

This diagram gives an overview of the sectors and the links between them:

sector diagram

Each of these sectors is built up on the transmission network nodes from PyPSA-Eur:

network diagram

For computational reasons the model is usually clustered down to 50-200 nodes.

Already-built versions of the model can be found in the accompanying Zenodo repository.

Contributing and Support

We strongly welcome anyone interested in contributing to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on GitHub. - To discuss with other PyPSA users, organise projects, share news, and get in touch with the community you can use the Discord server. - For bugs and feature requests, please use the PyPSA-Eur Github Issues page.

Licence

The code in PyPSA-Eur is released as free software under the MIT License, see doc/licenses.rst. However, different licenses and terms of use may apply to the various input data, see doc/data_sources.rst.

Owner

  • Login: MaikSa2
  • Kind: user

Citation (CITATION.cff)

# SPDX-FileCopyrightText: Contributors to PyPSA-Eur <https://github.com/pypsa/pypsa-eur>
#
# SPDX-License-Identifier: CC0-1.0

cff-version: 1.1.0
message: "If you use this package, please cite it in the following way."
title: "PyPSA-Eur: An open sector-coupled optimisation model of the European energy system"
repository: https://github.com/pypsa/pypsa-eur
version: v2025.04.0
license: MIT
authors:
  - family-names: Brown
    given-names: Tom
    orcid: https://orcid.org/0000-0001-5898-1911
  - family-names: Victoria
    given-names: Marta
    orcid: https://orcid.org/0000-0003-1665-1281
  - family-names: Zeyen
    given-names: Elisabeth
    orcid: https://orcid.org/0000-0002-7262-3296
  - family-names: Hofmann
    given-names: Fabian
    orcid: https://orcid.org/0000-0002-6604-5450
  - family-names: Neumann
    given-names: Fabian
    orcid: https://orcid.org/0000-0001-8551-1480
  - family-names: Frysztacki
    given-names: Martha
    orcid: https://orcid.org/0000-0002-0788-1328
  - family-names: Hampp
    given-names: Johannes
    orcid: https://orcid.org/0000-0002-1776-116X
  - family-names: Schlachtberger
    given-names: David
    orcid: https://orcid.org/0000-0002-8167-8213
  - family-names: Hörsch
    given-names: Jonas
    orcid: https://orcid.org/0000-0001-9438-767X
  - family-names: Schledorn
    given-names: Amos
  - family-names: Schauß
    given-names: Caspar
  - family-names: van Greevenbroek
    given-names: Koen
  - family-names: Millinger
    given-names: Markus
  - family-names: Glaum
    given-names: Philipp
  - family-names: Xiong
    given-names: Bobby
  - family-names: Seibold
    given-names: Toni

GitHub Events

Total
  • Delete event: 1
  • Push event: 5
  • Pull request event: 2
  • Create event: 3
Last Year
  • Delete event: 1
  • Push event: 5
  • Pull request event: 2
  • Create event: 3

Dependencies

.github/workflows/codeql.yaml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/push-images.yaml actions
  • actions/checkout v4 composite
  • docker/login-action v3 composite
.github/workflows/test.yaml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • conda-incubator/setup-miniconda v3 composite
.github/workflows/update-pinned-env.yaml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • conda-incubator/setup-miniconda v3 composite
  • peter-evans/create-pull-request v7 composite
.github/workflows/validate.yaml actions
  • lkstrp/pypsa-validator v0.2.5 composite
docker/dev-env/Dockerfile docker
  • condaforge/mambaforge latest build
doc/requirements.txt pypi
  • atlite >=0.2.9
  • dask *
  • descartes *
  • fiona *
  • matplotlib >3.5.1,<3.6
  • memory_profiler *
  • powerplantmatching >=0.5.5
  • pypsa *
  • pyyaml *
  • requests *
  • scikit-learn *
  • seaborn *
  • setuptools *
  • sphinx *
  • sphinx_book_theme *
  • sphinxcontrib-bibtex *
  • tables *
  • tabula-py *
envs/environment.yaml conda
  • atlite >=0.3
  • cartopy
  • country_converter
  • dask
  • descartes
  • fiona
  • geojson
  • geopandas >=1
  • geopy
  • glpk
  • graphviz
  • ipython
  • jpype1
  • jupyter
  • libgdal-netcdf
  • linopy >=0.4.4
  • lxml
  • matplotlib
  • memory_profiler
  • netcdf4
  • networkx
  • numpy
  • openpyxl
  • pandas >=2.1
  • pip
  • powerplantmatching >=0.5.15
  • pre-commit
  • proj
  • pylint
  • pypsa >=0.32.1
  • pyscipopt
  • pytables
  • python >=3.10
  • pytz
  • pyxlsb
  • rasterio
  • rioxarray
  • ruff
  • scipy
  • seaborn
  • shapely >=2.0
  • snakemake-executor-plugin-cluster-generic
  • snakemake-executor-plugin-slurm
  • snakemake-minimal >=9
  • snakemake-storage-plugin-http >=0.3
  • tqdm
  • xarray >=2024.03.0
  • xlrd
  • yaml