https://github.com/open-energy-transition/pypsa-grid-analysis
https://github.com/open-energy-transition/pypsa-grid-analysis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-energy-transition/pypsa-grid-analysis
- Owner: open-energy-transition
- License: mit
- Created: 2024-02-07T13:49:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T16:19:36.000Z (about 1 year ago)
- Last Synced: 2025-01-09T21:03:03.324Z (3 months ago)
- Language: HTML
- Size: 3.61 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electric-grid-mapping - PyPSA Grid Analysis - Compares the PyPSA-Eur transmission grid database as well as the PyPSA-Earth transmission grid database for a selected region of 50 Hertz in Germany. (Grid Extraction, Transformation and Integration Tools / Editors and Mapping Tools)
README
# PyPSA Grid Analysis
PyPSA Grid Analysis compares the current (v0.9.0) PyPSA-Eur transmission grid database as well as the current (v0.3.0) PyPSA-Earth transmission grid database for a selected region of 50 Hertz in Germany.
This region was chosen because there exists openly available 50Hertz data for the transmission grid.PyPSA-Eur uses the Entso-E data as base network.
PyPSA-Earth uses Open Street Map sattelite data.
50 Hertz data is taken from https://www.50hertz.com/de/Transparenz/Kennzahlen/Netzdaten/StatischesNetzmodell/The analysis outlines:
- Grid topology
- Resistances of the lines (Ω)
- Susceptances of the lines (μS)
- Lengths of the lines (km)
- Voltage levels (kV)# How to Use
Download the .html file, double-click & analyse line by line
or clone the repository and execute it by running
python pypsa-grid-analysis.pyThe following python dependencies are required:
- pypsa
- folium
- pandas
- numpy# LICENSE
All code is published under the MIT License.
`data/base_eur_50Hertz.nc` and `data/base_earth_50Hertz.nc` are published under the CC-BY-4.0 License.
`data/StatischesNetzmodell_Datentabelle2023.csv` has no designated license, and was downloaded [here](https://www.50hertz.com/de/Transparenz/Kennzahlen/Netzdaten/StatischesNetzmodell/).