projecthorus / sondehub-tracker

🎈 Frontend for SondeHub Radiosonde Tracking
https://v2.sondehub.org
MIT License
59 stars 24 forks source link

Make some telemetry fields 'persistent' #300

Open darksidelemm opened 9 months ago

darksidelemm commented 9 months ago

Currently the per-sonde info area is updated packet-by-packet. This means that if only some stations are uploading a particular field of interest (e.g. the new rs41_mainboard data), then it might only appear briefly, then get wiped out when another station uploads a packet without that data.

Suggest having a list of persistent variables, which get updated, but don't get removed.

Mauri740 commented 8 months ago

Yes, the receiving stations section is very difficult to read. Its continuous movement due to the updating of telemetry makes reading very complicated.

darksidelemm commented 8 months ago

Part of this is because different stations are uploading different fields. It would help if all software uploading to SondeHub uploaded the same data! Unfortunately that's not likely to happen...

darksidelemm commented 8 months ago

Some thoughts on this.

Mauri740 commented 8 months ago

it would be a good thing to do. In this way the list of receivers would be updated with a more logical system. To make the list of receivers static and no longer in continuous movement caused by different telemetry data, space could be created by deleting unimportant telemetry data such as the sonde manufacturer parameter.

darksidelemm commented 8 months ago

Notes to self...

darksidelemm commented 8 months ago

Some changes getting rolled out into testing.

Unsure if my current source for the 'current' time is good enough - Need to see how this handles out-of-order packet arrivals.

darksidelemm commented 8 months ago

Testing tracker is here: https://testing.v2.sondehub.org/

Mauri740 commented 8 months ago

I think this is better! Great job! Thank You