Daniel Thom
Daniel Thom
The current transform_single_time_series does not support multiple resolutions. The code needs to allow for horizon to be expressed in terms of time (horizon * resolution) in addition to the current...
This will happen before PSY 4.0 is complete.
Some simulation status recorder messages are not flushed to file for long periods of time. Users want these to be flushed so that they can tail the log file and...
We could remove the `scoped_enum` macro from this package and use `EnumX.@enumx` instead. We would need to replace all usages across PowerSystems.jl and PowerSimulations.jl.
Requires - https://github.com/NREL-Sienna/PowerSystems.jl/pull/1095 - https://github.com/NREL-Sienna/InfrastructureSystems.jl/pull/357
Change the TimeSeriesInfo structs to be keys and return them from add_time_series!(). Remove the old TimeSeriesKey.
This commit removes all use of pivoted tables during the aggregation phase of dsgrid queries. Users can still use a pivoted format for their datasets and for the final result...
Suppose a user wants to limit a query to model years greater than 2030. The model year values are strings and so they can’t use something like `> 2030`. The...
The code is written to support a pivoted dimension of any type. However, it is only enabled for the metric dimension. We need to create a test dataset with such...