-
Notifications
You must be signed in to change notification settings - Fork 211
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
Added kalman filter to reduce noice in geo locations #21
base: master
Are you sure you want to change the base?
Added kalman filter to reduce noice in geo locations #21
Conversation
Thank you for this commit. Will review and eventually merge it. However I'm thinking about making Kalman filtering available for all providers. What do you think? |
Sorry. Accidently closed. Reopening |
yah, we can add it to all the providers. I will add and update the pull request |
Hey, @mauron85 I have added the filter to all the 3 providers, please verify. |
Unfortunately there are merge conflicts. (I know nobody likes them). |
@mauron85 updated please check |
Ok thanks. I'm in process of reviewing/trying to understand the whole PR. I'll add comments as I go. The first would be:
|
@mauron85 I have moved the filters to the new package, and the code is not completely written by me, I have used some open source references which has free MIT Licence. |
Ok. I'll take some time to review this. Merge eventually. Thank you for your contribution. |
Added kalman filter for Activity provider to reduce the noice in the geolocation, this filter is configurable.