Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-16T10:57:53.000Z (6 months ago)
- Last Synced: 2024-05-20T13:02:53.901Z (6 months ago)
- Topics: datamodel, powersystem, simulation
- Language: Java
- Homepage:
- Size: 37 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- open-sustainable-technology - PowerSystemDataModel - Provides an extensive data model capable of modeling energy systems with high granularity e.g. for bottom-up simulations. (Energy Systems / Energy System Modeling Frameworks)
README
# PowerSystemDataModel
[![Build Status](https://simona.ie3.e-technik.tu-dortmund.de/ci/buildStatus/icon?job=ie3-institute%2FPowerSystemDataModel%2Fdev)](https://simona.ie3.e-technik.tu-dortmund.de/ci/job/ie3-institute/job/PowerSystemDataModel/job/dev/)
[![Quality Gate Status](https://simona.ie3.e-technik.tu-dortmund.de/sonar/api/project_badges/measure?project=edu.ie3%3APowerSystemDataModel&metric=alert_status)](https://simona.ie3.e-technik.tu-dortmund.de/sonar/dashboard?id=edu.ie3%3APowerSystemDataModel)
[![codecov](https://codecov.io/gh/ie3-institute/PowerSystemDataModel/branch/master/graph/badge.svg)](https://codecov.io/gh/ie3-institute/PowerSystemDataModel)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1d73fb87e084904993f968178274835)](https://www.codacy.com/gh/ie3-institute/PowerSystemDataModel?utm_source=github.com&utm_medium=referral&utm_content=ie3-institute/PowerSystemDatamodel&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/github/license/ie3-institute/powersystemdatamodel)](https://github.com/ie3-institute/powersystemdatamodel/blob/master/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.ie3-institute/PowerSystemDataModel.svg?label=Maven%20Central)](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/).