Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean data based on Interval/Pattern #22

Closed
mollle opened this issue Oct 30, 2024 · 1 comment · Fixed by #38
Closed

Clean data based on Interval/Pattern #22

mollle opened this issue Oct 30, 2024 · 1 comment · Fixed by #38
Assignees
Labels
component Related to a RTDIP component

Comments

@mollle
Copy link

mollle commented Oct 30, 2024

Example Data Timestamps:
00:00
01:00
01:10
02:00

If you expect the data to come in every minute, it would be nice to have an option to get rid of the entry at 01:10, but duplicate detection wont catch it.
Component would get either an interval (e.g. '1min') or a pattern [{'second': 0}, {'second': 13}, {'second': 49}] and a tolerance and allow only one entry in the time frame and delete all other data out of the time frame.
The logic is kind of similar to the identify missing data.

@dh1542 dh1542 self-assigned this Nov 4, 2024
dh1542 added a commit that referenced this issue Nov 4, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
@chris-1187 chris-1187 self-assigned this Nov 4, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
@chris-1187 chris-1187 removed their assignment Nov 5, 2024
@luccalb luccalb added the component Related to a RTDIP component label Nov 6, 2024
@luccalb luccalb changed the title [Component] Clean data based on Interval/Pattern Clean data based on Interval/Pattern Nov 6, 2024
dh1542 added a commit that referenced this issue Nov 6, 2024
dh1542 added a commit that referenced this issue Nov 9, 2024
dh1542 added a commit that referenced this issue Nov 9, 2024
dh1542 added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Nov 9, 2024
dh1542 added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Nov 9, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
@dh1542 dh1542 linked a pull request Nov 9, 2024 that will close this issue
dh1542 added a commit that referenced this issue Nov 9, 2024
@dh1542
Copy link

dh1542 commented Nov 9, 2024

Implemented logic according to description with interval value + unit and tolerance.

mollle added a commit that referenced this issue Nov 12, 2024
@github-project-automation github-project-automation bot moved this from Awaiting Review to Feature Archive in amos2024ws01-feature-board Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Related to a RTDIP component
Projects
Status: Feature Archive
Development

Successfully merging a pull request may close this issue.

4 participants