The debris is coloured to match the descriptive text.
Each years data is loaded when the user gets to that part of the visualisation.
The ring you see is indeed all of the satellites in geosynchronous orbit. You can also see the orbits of many of the GNSS satellites in medium Earth orbit if you stare hard enough for long enough!
This shows all objects (functioning and debris) in orbit at the time in question.
It's a bit surprising to me that it's not made more clear that the individual pieces of debris are not to scale. That is, just glancing at the visualization (especially the early ones in the presentation that focus on low Earth orbit) would lead the viewer to believe that space is much more crowded than it actually is. This in turn would make the viewer believe that collisions are much more likely than they actually are.
I think the proxy was rewriting the "Content-Range" request header, which is used in the function (papaparse.js:533):
function getFileSize(xhr)
{
var contentRange = xhr.getResponseHeader("Content-Range");
return parseInt(contentRange.substr(contentRange.lastIndexOf("/") + 1));
}
I could work around this by using the "Content-Length" header instead, which was available.
Once it was working, I thought it worked quite well, with only a little bit of stuttering and visual glitches detracting from the presentation, but those are probably on my end :)
I have seen a at least one similar presentations before, so I wonder if you were involved in any other similar things, or have borrowed concepts from them?
CapitalistCartr|10 years ago
http://www.orbitaldebris.jsc.nasa.gov/newsletter/newsletter....
gus_massa|10 years ago
Each debris has a different color. What does it mean?
Do the page download all the initial data and make a simulation or it download the positions periodically?
There is a ring at high altitude. What is it's origin? Geocentric satellites? (I think there is another ring at medium altitude, but I'm not sure.)
Does this show the satellites that are currently in use or only the unuseful debris? Can you add a button to show/hide them?
stugrey|10 years ago
The debris is coloured to match the descriptive text.
Each years data is loaded when the user gets to that part of the visualisation.
The ring you see is indeed all of the satellites in geosynchronous orbit. You can also see the orbits of many of the GNSS satellites in medium Earth orbit if you stare hard enough for long enough!
This shows all objects (functioning and debris) in orbit at the time in question.
gjem97|10 years ago
stugrey|10 years ago
Cogito|10 years ago
I think the proxy was rewriting the "Content-Range" request header, which is used in the function (papaparse.js:533):
function getFileSize(xhr) { var contentRange = xhr.getResponseHeader("Content-Range"); return parseInt(contentRange.substr(contentRange.lastIndexOf("/") + 1)); }
I could work around this by using the "Content-Length" header instead, which was available.
Once it was working, I thought it worked quite well, with only a little bit of stuttering and visual glitches detracting from the presentation, but those are probably on my end :)
I have seen a at least one similar presentations before, so I wonder if you were involved in any other similar things, or have borrowed concepts from them?