You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
ascent_rate
field data if it is provided in the telemetry if it is available.The text was updated successfully, but these errors were encountered: