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: graph smoothing #27

Open
davidedelvento opened this issue Jul 14, 2017 · 1 comment
Open

Feature request: graph smoothing #27

davidedelvento opened this issue Jul 14, 2017 · 1 comment

Comments

@davidedelvento
Copy link

davidedelvento commented Jul 14, 2017

It would be nice if the graphs (e.g. speed-time) would have a checkbox (or a global setting) to enable smoothing and use e.g. a moving average, exponential decay, or some other clever way. And for #26 I care only about smoothing the speed and altitude data, however it may be useful for other purposes to smooth also the track data itself, see e.g. https://stackoverflow.com/questions/1134579/smooth-gps-data

As I wrote in #26 I'm open to implement this myself, given some simple guidance on how would be best to proceed.

@EtherGraf
Copy link

The keyword you are possibly looking for is the Douglas-Peucker Algorithm.
It is used in many other gps tools and works quite well.

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