gut-space / svarog

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

Shows upcoming passes with max elevation (and color coding) #86

Closed tomaszmrugalski closed 1 year ago

tomaszmrugalski commented 2 years ago

Here's an example result:

svarog-passes

This is still a WIP.

tomaszmrugalski commented 2 years ago

Timestamps calculations are off by 2 hours. Seems the code messes up local and UTC as everything is too early by 2h.

tomaszmrugalski commented 2 years ago

I'm too lazy to write tests for this. It's just a bunch of printing functions...

tomaszmrugalski commented 1 year ago

I've tried to address pylint complaints in the files I've touched, but it started to get messy. Let me know if you prefer to move those changes to a separate PR. Anyway, I hope this is now ready, @fivitti ;)

tomaszmrugalski commented 1 year ago

Hey, @fivitti, I've revived this, cleaned up, addressed issues, and rebased. CI is clean. OK to merge?