Comment on xkcd #3156: Planetary Rings
recklessengagement@lemmy.world 2 days agoI browsed for a while and then realized, holy shit, they’re moving. Is this real-time? Either way, this is awesome.
Comment on xkcd #3156: Planetary Rings
recklessengagement@lemmy.world 2 days agoI browsed for a while and then realized, holy shit, they’re moving. Is this real-time? Either way, this is awesome.
Pencilnoob@lemmy.world 2 days ago
Yes, so I’m taking every telescope/radio/radar reading I’m allowed to redistribute and then collecting them into a time series database and fetching the most recent reading for each sat into a text file. That’s the TLE download in the public API. Then I use Rust WASM to propagate those readings into positions that are synced with the viewer time. This allows us to very roughly forecast where they will be for the next couple days.
It’s cool because it’s too much data to transfer over the network, so we only transfer the most recent reading and then calculate positions live in the browser.