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

Small altitude plot issues #282

Open
darksidelemm opened this issue Apr 9, 2023 · 2 comments
Open

Small altitude plot issues #282

darksidelemm opened this issue Apr 9, 2023 · 2 comments

Comments

@darksidelemm
Copy link
Member

The small altitude plots in the payload list clearly have some kind of time scale issue, when comparing the data loaded via the API, and the new data coming in via websockets.

Screen Shot 2023-04-10 at 09 12 09

@darksidelemm
Copy link
Member Author

It looks like the draw function ( https://github.com/projecthorus/sondehub-tracker/blob/master/js/tracker.js#L2215 ) doesn't take into account the time values, i think it just assumes the same time step between points, which isn't going to be the case any more, as the data returned by the API on page-load will be decimated.

@darksidelemm
Copy link
Member Author

Fix for this is in testing.v2.sondehub.org

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