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

Feature request: filter runaway values #139

Open
Nadyita opened this issue Sep 27, 2024 · 1 comment
Open

Feature request: filter runaway values #139

Nadyita opened this issue Sep 27, 2024 · 1 comment

Comments

@Nadyita
Copy link

Nadyita commented Sep 27, 2024

I use an external GNSS via bluetooth and location mocking. Sometimes, it will give me runaway values if ntrip is having issues:

id    time                 user_id  track_id  latitude  longitude  altitude  speed  bearing  accuracy
----  -------------------  -------  --------  --------  ---------  --------  -----  -------  --------
2419  2024-09-26 20:44:10  1         9        52.XXXXX  9.XXXXXXX   96.145   12.XX  133.XXX   3       
2420  2024-09-26 20:44:11  1         9         0.0      0.0          0.0      0.0     0.0     4       
2421  2024-09-26 20:44:12  1         9         0.0      0.0          0.0      0.0     0.0     6       
2422  2024-09-26 20:44:13  1         9         0.0      0.0          0.0      0.0     0.0     9       
2423  2024-09-26 20:44:15  1         9         0.0      0.0          0.0      0.0     0.0    17      
2424  2024-09-26 20:44:16  1         9         0.0      0.0          0.0      0.0     0.0    23      
2425  2024-09-26 20:44:17  1         9        52.XXXXX  9.XXXXXXX  100.545    0.0X   42.XXXX  3

Would it be possible to filter out these 0.0/0.0 values with an option, or filter runaway values if the distance between 2 adjacent points is over a given threshold?

@bfabiszewski
Copy link
Owner

I don't plan to add any filtering here.
I want all the filtering be done on the server side.
I plan to add some filters there. Filtering out garbage would be nice.

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

No branches or pull requests

2 participants