https://github.com/ie3-institute/powersystemdatamodel
Provides an elaborated data model to model energy systems with a high granularity e.g. for bottom-up simulations. Additionally, useful functionalities to handle the model i/o are provided as well.
https://github.com/ie3-institute/powersystemdatamodel
datamodel powersystem simulation
Last synced: 2 months ago
JSON representation
Provides an elaborated data model to model energy systems with a high granularity e.g. for bottom-up simulations. Additionally, useful functionalities to handle the model i/o are provided as well.
- Host: GitHub
- URL: https://github.com/ie3-institute/powersystemdatamodel
- Owner: ie3-institute
- License: bsd-3-clause
- Created: 2020-01-23T16:00:59.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2025-12-22T04:07:22.000Z (6 months ago)
- Last Synced: 2025-12-23T15:39:47.067Z (6 months ago)
- Topics: datamodel, powersystem, simulation
- Language: Java
- Homepage:
- Size: 39.7 MB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# PowerSystemDataModel
[](https://simona.ie3.e-technik.tu-dortmund.de/ci/job/ie3-institute/job/PowerSystemDataModel/job/dev/)
[](https://simona.ie3.e-technik.tu-dortmund.de/sonar/dashboard?id=edu.ie3%3APowerSystemDataModel)
[](https://codecov.io/gh/ie3-institute/PowerSystemDataModel)
[](https://www.codacy.com/gh/ie3-institute/PowerSystemDataModel?utm_source=github.com&utm_medium=referral&utm_content=ie3-institute/PowerSystemDatamodel&utm_campaign=Badge_Grade)
[](https://github.com/ie3-institute/powersystemdatamodel/blob/master/LICENSE)
[](https://search.maven.org/search?q=g:%22com.github.ie3-institute%22%20AND%20a:%22PowerSystemDataModel%22)
Provides an extensive data model capable of modelling energy systems with high granularity e.g. for bottom-up simulations. Additionally, useful functions to process, augment and furnish model i/o information is provided. Effective handling of geographic information related to power grids is also possible. Currently, i/o processing capabilities are provided for *.csv* files.
**Supported physical models:**
- Power Grids containing nodes, lines, switches and transformers
- Conventional and renewable generating components such as fixed feed, biomass plants, wind turbines and photovoltaics
- Power to heat units e.g. combined heat and power plants and heat pumps
- Electrical storages, electric vehicles and charging stations
- Thermal units consisting of thermal building and cylindrical storage models
**Supported simulation data:**
Load profiles, weather data etc.
For more information visit [ReadTheDocs](https://powersystemdatamodel.readthedocs.io/en/latest/) or the [API docs](https://ie3-institute.github.io/PowerSystemDataModel/).