Chris Kittl
Chris Kittl
Hey guys! I recently experienced some issues using your lib together with the Scala language und therefore would like you to raise some awareness for this point. The root of...
Closes #330. Take care of #329 beforehand.
Currently, the data model leaves open to some extend, how capacitive and inductive reactive power of assets can be defined. However, introducing just a flag to toggle the behavior is...
Currently, JavaDoc cannot be built properly with Java 17. Resolve all the issues! With #493 the gradle task is configured in a way to not fail on errors in JavaDoc....
Column / field names in Couchbase are given in iron and not snake case as in other sources. Generally, there is no naming convention for JSON keys (which Couchbase relies...
When querying InfluxDB, results contain a time stamp in [RFC 3339](https://tools.ietf.org/html/rfc3339) format. (cf. [InfluxDB doc](https://docs.influxdata.com/influxdb/v2.0/reference/glossary/#rfc3339-timestamp)). However, currently, the factories being used for parsing, may rely on a different kind of...
Currently only capacity limits are defined for thermal storages, however, for practical usage also the rate of change of stored capacity aka. charge / discharge power are of relevance. Please...
https://github.com/ie3-institute/PowerSystemDataModel/blob/be6b20b7b8bdbb93b13d5f24c1c7c9f02032e011/src/main/java/edu/ie3/datamodel/io/source/sql/SqlDataSource.java#L52-L76 The SQL sources use a method, that queries the given column names in a given table and tries to find a "match" based on a given "search string". I...
https://github.com/ie3-institute/PowerSystemDataModel/blob/74124101fccbf8cc72598ae602fd12dec980364b/src/main/java/edu/ie3/datamodel/models/input/system/LoadInput.java#L190-L192 Please consider being more precise with the return type. The load model within SIMONA, e.g. expects to get a standard load profile (which exists to distinguish known standard profiles...