Sebastian Peter
Sebastian Peter
Consider this as reference: https://github.com/ie3-institute/simona/pull/902
- https://github.com/ie3-institute/simBench2psdm - https://github.com/ie3-institute/powerFactory2psdm - https://github.com/ie3-institute/psdm2powerfactory - ... are there more? Others - https://github.com/ie3-institute/simBench2PowerFactory
I can provide exemplary input data on request. ``` ←[1;31m←[0;39m11:37:47.748 ERROR e.i.d.io.source.csv.CsvDataSource - Cannot build fields to attributes map for row 'ca425259-fab4-4dc1-99c9-c19031121645,"{""type"":""LineString"",""coordinates"":[[7.4116482,51.4843281],[20.157108,41.138349]],""crs"":{""type"":""name"",""properties"":{""name"":""EPSG:4326""}}}",LTG_NS_01-NS_02, 0.03,6a4547a8-630b-46e4-8144-9cd649e67c07,b7a5be0d-2662-41b2-99c6-3b8121a75e9e,olm:{(0.00,1.00)},,,,1,d3293c00-7bc8-434f-bfc8-b90cc2ff85be' with headline 'uuid,geo_position,id,length,node_a,node_b,olm_characteristic,operates_from,operates_until,operator,parallel_devices,type'. Exception: {} java.lang.ArrayIndexOutOfBoundsException: Index...
`LoadProfileInput`, `LoadProfileEntry` seem to be unused in SIMONA, which has its own implementation instead. Check whether it makes sense to transfer the reading and handling of load profile parameters into...
With #1085, we added getters to `MappingEntry` to fix writing them out. Examine if it still makes sense to have them as `records` or if a plain class would fit...
**Describe the bug** Inside packages, hiding a class does not work anymore. I did some testing and found out that this still worked with 2023.10, but not anymore with 2023.11....
Resolves #959 This will take some time... Notes: - Retire enabling/disabling capability of `SystemComponent`, was never used - Retire limitation of reactive power?
This is going to be a rather big task. What we want is: - More clear and modular design - Pekko typed - Built-in handling of states
With #875, a fix has been introduced that does not actually get to the root cause of the problem. Now we're just fixing a duration in `CheckWindowPassed` that has been...
Part of the evaluation would be: - How easy is it to replicate the build steps we currently have? - How do releases work? - Do we still want to...