You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PowerSystemDataModel library additionally offers I/O-capabilities.
4
+
In the long run, it is our aim to provide many different source and sink technologies.
5
+
Therefore, the I/O-package is structured as highly modular.
6
+
7
+
```{toctree}
8
+
---
9
+
maxdepth: 2
10
+
---
11
+
csvfiles
12
+
sql
13
+
influxdb
14
+
ValidationUtils.md
15
+
```
16
+
17
+
## Data sink structure
18
+
19
+
[](../_static/figures/uml/DataSinkClassDiagram.png)
20
+
21
+
## Data source structure
22
+
23
+
The sources are divided in three blocks:
24
+
1. InputEntities and ResultEntities
25
+
2. TimeSeries related sources
26
+
3. Weather and Coordinate sources
27
+
28
+
[](../_static/figures/uml/EntitySourceClassDiagram.png)
29
+
30
+
[](../_static/figures/uml/TimeSeriesSourceClassDiagram.png)
31
+
32
+
[](../_static/figures/uml/WeatherCoordinateSourceClassDiagram.png)
33
+
34
+
The function to read the sources are implemented in the DataSource classes.
35
+
36
+
[](../_static/figures/uml/FunctionalDataSourceClassDiagram.png)
37
+
38
+
## Data deployment
39
+
40
+
[](../_static/figures/uml/InputDataDeployment.png)
0 commit comments