Chris Kittl

Results 23 issues of Chris Kittl

The current implementation of csv time series source loads the full time series at initialization. This can be very resource consuming, if the time series is long or you'd like...

enhancement

This issue is inspired by the discussions in #272. At the moment, the `SqlConnector` holds one reusable connection to the database. However, it would be desirable to hold multiple connections,...

enhancement

This might be advantageous, even for internal data handling. Currently, weather is mapped against an instance of `Point` which can be tracked down to two or three doubles. However, this...

enhancement

... to remind the user of closing it. This is especially valuable, as those classes extensively make use of instances, that implement the `Closeable` interface.

enhancement

Currently, factories and processors rely on different sources to determine the field names of serialized objects. Make both use a single point of truth for this information.

bug
wontfix

Further investigations following #179 raised awareness about some conceptual drawbacks of current PowerSystemDataModel design and implementation. Highly detailed models with bus bar systems and switch gear raise some modelling needs,...

bug
wontfix

It seems, that there is a sort of concurrency issue to the `CsvSink`. I observe the following mentioned issues, when passing models to `CsvSink#persistAllIgnoreNested(Collection)`. ### Observation 1 When passing in...

bug

Somehow the input accumulator has to be set up in order to know how to put things together. This should favourably be made with some kind of config. Mandatory things...

enhancement

Resolves #61

enhancement
wontfix

Model is ready yet, but there is no specific agent for it. As the `ChpModel` produces electric and thermal heat output at the same time, please take special care of...

enhancement