projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
498 stars 125 forks source link

Use fixed-point notation for ascent rate #791

Closed argilo closed 1 year ago

argilo commented 1 year ago

In the KML feed, Ascent Rate is currently displayed in scientific notation, which is difficult to read:

Screenshot from 2023-08-01 09-30-09

Here I've changed it to fixed-point to match the other fields:

Screenshot from 2023-08-01 09-49-48

darksidelemm commented 1 year ago

Thanks for that, I wonder how I missed the 'f' at the end of that format string...