Johannes Hiry

Results 10 issues of Johannes Hiry

`TimeBasedWeatherValueData:36` returns null instead of e.g. `Optional`. This is dangerous as it might cause NullPointerExceptions and hence should be addressed. This also affects the corresponding interface method and may require...

bug

Currently, the documentation is heavily entangled with regard to the actual bare model description and the reference implementation. As more and more people make use of the actual model scheme,...

documentation
enhancement

At the moment, the test folder contains only very small sample test grids which may not be very useful for extensive testing or production runs. However, having at least 2-3...

documentation
enhancement

The `GermanVoltageLevelUtils` provides a handy way to deal with common german voltage levels. The parsing of strings however currently lacks some different synonymous strings that we _should_ be able to...

enhancement

The old implementation of the reader was able to read data in PostGIS format, the new factories are now only supporting geoJSON. This is totally fine for file based stuff,...

bug
enhancement

At the moment we do not support different grid scenarios e.g. with different combinations of enabled or disabled assets within the same grid model. However, this functionality might become a...

enhancement

Scala 3 has several improvements over the currently used scala version. Even more, in the mid-term I expect that we will run into several problems if we stick to scala...

enhancement

On very large datasets the current implementation of the actor naming uuid tends to be not unique anymore. Therefore we need to find an alternative for the unique name generation....

bug
good first issue

The current implementation relies on akka classic which does not include type safety for message passing between actors. In the mid-term it would be very helpful to have akka typed...

code quality
pekko typed