Skip to content

Commit ff9c9cb

Browse files
Translating I/O to markdown
1 parent ff2a94f commit ff9c9cb

File tree

2 files changed

+40
-61
lines changed

2 files changed

+40
-61
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# I/O
2+
3+
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+
[![Class diagram of data sink classes](../_static/figures/uml/DataSinkClassDiagram.png)](../_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+
[![Class diagram of entity sources](../_static/figures/uml/EntitySourceClassDiagram.png)](../_static/figures/uml/EntitySourceClassDiagram.png)
29+
30+
[![Class diagram of time series sources](../_static/figures/uml/TimeSeriesSourceClassDiagram.png)](../_static/figures/uml/TimeSeriesSourceClassDiagram.png)
31+
32+
[![Class diagram of weather and coordinate sources](../_static/figures/uml/WeatherCoordinateSourceClassDiagram.png)](../_static/figures/uml/WeatherCoordinateSourceClassDiagram.png)
33+
34+
The function to read the sources are implemented in the DataSource classes.
35+
36+
[![Class diagram of data sources](../_static/figures/uml/FunctionalDataSourceClassDiagram.png)](../_static/figures/uml/FunctionalDataSourceClassDiagram.png)
37+
38+
## Data deployment
39+
40+
[![Diagram of input data deployment](../_static/figures/uml/InputDataDeployment.png)](../_static/figures/uml/InputDataDeployment.png)

docs/readthedocs/io/basiciousage.rst

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)