-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
Implement method to return the maximum data gap in a MovingWindow
given timestamp or index ranges representing a window size
Proposed solution
Compute the maximum data gap size iterating through the MovingWindow
data gaps (underlying buffer) for the given timestamp or index ranges representing a window size
Use cases
Actors like peak-shaving needs this functionality to avoid implementing it on their ends.
Update
Note the scope of the issue was updated as follows:
The MovingWindow
will provide access to a list of all gaps in a defined subset of the moving window. Applications can get the maximum gap or the sum of gaps by using something like max(g.duration for g in gaps) or sum(...)
, respectively.
matthias-wende-frequenz
Metadata
Metadata
Assignees
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
Done