NREL / infrasys

Data store for components and time series in support of Python-based modeling packages
https://nrel.github.io/infrasys/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Add aggregator func argument in aggregate class method for SingleTimeSeries #50

Open KapilDuwadi opened 1 week ago

KapilDuwadi commented 1 week ago

Currently the aggregate method only performs sum. But there could be a situation where user might want to take average. While you are at it I think we should also check normalization is same when aggregating if not then set normalization to None.

KapilDuwadi commented 1 week ago

The output data must also be of same type.