top | item 42082985

(no title)

hifikuno | 1 year ago

This is awesome. Many years ago I tried making an Android app for uni that would help you point your phone at the star you selected. The maths for that was insane and way over my head, I can only imagine that satellites would be much harder.

Such a cool use of everyday tech!

discuss

order

giantg2|1 year ago

It might actually be easier since they have know trajectories and velocities with a easy to calculate schedules.

cdebeling|1 year ago

giantg2 is right! The position and velocities are already known in the form of a Two-line element set (TLE). That makes it quite easy to calculate its current location using orbit propagation algorithms.

If you want to go down a fun path I suggest reading more into TLE data. They are currently in the process of adapting the standard to allow for more satellites since in its current form it can only track 99,999 satellites

bagels|1 year ago

There are libraries built with all of this math done for you already.

Astropy, orekit are two I recall from memory, but there are more