forked from rtdip/core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
component
Related to a RTDIP component
Comments
dh1542
added a commit
that referenced
this issue
Nov 4, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 5, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 5, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 5, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 5, 2024
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
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
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
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]>
Implemented logic according to description with interval value + unit and tolerance. |
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
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.
The text was updated successfully, but these errors were encountered: