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

Ascent/Descent Rate Calculation Issues #48

Open
darksidelemm opened this issue Sep 4, 2022 · 1 comment
Open

Ascent/Descent Rate Calculation Issues #48

darksidelemm opened this issue Sep 4, 2022 · 1 comment

Comments

@darksidelemm
Copy link
Member

Something is not right in the ascent/descent rate calculations on the tracker. They seem to over-read the ascent and descent rates. This might be something to do with changes made to the calculations recently.

Ascent rate calculations are done around here: https://github.com/projecthorus/sondehub-amateur-tracker/blob/main/js/tracker.js#L2707

Thing to look into:

  • Check incoming telemetry is de-duped properly before it is used for these calculations.
  • Check the filtering is working correctly
  • Use ascent_rate field data if it is provided in the telemetry if it is available.
@darksidelemm
Copy link
Member Author

Have reverted a bit of the calculations as a test, it's possible working better?
We're not just using the previous to current position, and filtering the ascent rate.

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

1 participant