jeyoder / StuffInSpace

A real-time interactive WebGL visualisation of objects in Earth orbit
http://stuffin.space
816 stars 153 forks source link

is a time slider possible? #2

Open wchristian opened 9 years ago

wchristian commented 9 years ago

With such a proliferation of objects it would probably be interesting to see when they popped up. The data doesn't seem to have an age or first date. Can that be obtained?

thkruz commented 7 years ago

You could modify the backend script that updates TLE.json to pull the launch date of the objects from space-track.org (reference the satcat). You could then make a new set of groups that divide the catalogue by decade launched (ie. after 1950, after 1960, etc).

That doesn't solve the issue, but it is possible.