gut-space / svarog

📡 A ground stations network for receiving satellite transmissions, using VHF, UHF, and more.
MIT License
10 stars 0 forks source link

TLE is not shown correctly #5

Closed tomaszmrugalski closed 3 years ago

tomaszmrugalski commented 4 years ago

This is trivial to fix. We're ignoring multiple spaces. For example here's what we show for observation 1276:

1 28654U 05018A 20098.54037539 .00000075 00000-0 65128-4 0 9992
2 28654 99.0522 154.2797 0015184 73.2195 287.0641 14.12501077766909

Here's what we SHOULD show:

1 28654U 05018A   20098.54037539  .00000075  00000-0  65128-4 0 9992
2 28654  99.0522 154.2797 0015184  73.2195 287.0641 14.12501077766909 
tomaszmrugalski commented 3 years ago

Fixed with #28.