Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.47 KB

basiciousage.md

File metadata and controls

40 lines (27 loc) · 1.47 KB

I/O

The PowerSystemDataModel library additionally offers I/O-capabilities. In the long run, it is our aim to provide many different source and sink technologies. Therefore, the I/O-package is structured as highly modular.

---
maxdepth: 2
---
csvfiles
sql
influxdb
ValidationUtils.md

Data sink structure

Class diagram of data sink classes

Data source structure

The sources are divided in three blocks:

  1. InputEntities and ResultEntities
  2. TimeSeries related sources
  3. Weather and Coordinate sources

Class diagram of entity sources

Class diagram of time series sources

Class diagram of weather and coordinate sources

The function to read the sources are implemented in the DataSource classes.

Class diagram of data sources

Data deployment

Diagram of input data deployment