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

Speed outliner check #9

Open
frafra opened this issue Jan 15, 2024 · 2 comments
Open

Speed outliner check #9

frafra opened this issue Jan 15, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@frafra
Copy link
Collaborator

frafra commented Jan 15, 2024

Some basic checks can be implemented on top of the database. The most important one is the speed check: if the speed is higher of 30 m/s max speed, the point should be flag outlier. It could be implemented by computing the moving average over three points.

This issue depends on #3.

@frafra frafra added the enhancement New feature or request label Jan 15, 2024
@nicokant
Copy link
Collaborator

Speed outlier check is in place; by default it checks if the column speed_km_h has a value greater than a certain value, which can be defined in the environment. The logic to detect outlier can be customized per parser.

@ninadehnhard
Copy link
Collaborator

ninadehnhard commented Apr 24, 2024

Hei Niccolo, great that the speed outlier check is now in Place! One question regarding this: Is it possible to define the speed outlier as speed_m_s instead of km_h? As you see above when FraFra opened this thread, we work with speeds in m/s. Obviously, we can re-calculate, but things like that usually lead to some issues / confusion. So if possible, I would prefer to stick to m/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants