An ability to zoom into a smaller region would be nice. Also, hovering the mouse over an airport would pop up a tooltip with the airport's name and/or code. In any case, this is amazing! Oh, and displaying country borders and/or lat/lon lines would be great as well.
Airline flights of the world visualized with WebGL
51–60 of 79 posts
Re: Airline flights of the world visualized with WebGL
#52Awesome visualization, great job.
Edit: Really wanted to zoom in and find an outlier plane meandering around aimlessly, but evidently they're all professionals.
Re: Airline flights of the world visualized with WebGL
#53That's really cool! I did something similar for my thesis. We used flight information from http://planefinder.net/ as our data set. Unfortunately no WebGL, but you can see an impression in this Youtube video: https://www.youtube.com/watch?v=XvrdxLymMv0 More info here: http://www.cs.rug.nl/svcg/SoftVis/FlightVis
Very nice Tim - I love the way you smear out the data. I found plotting the data over Europe and the US to be a difficult visualization problem - there is just so much data in a small space. Perhaps changing the size of each point depending on your distance would work?
If someone is interested, here are 2 more videos of our visualization
* https://www.youtube.com/watch?v=GYfBvQGKE9Y (short pulse-trails with background context, colored by altitude, above France)
* https://www.youtube.com/watch?v=0oqxIhO69tU (medium pulse-trails, no background trails, colored by direction).
For more information and pictures: http://www.cs.rug.nl/~alext/PAPERS/MSc/klein14.pdf
Re: Airline flights of the world visualized with WebGL
#54That's really cool! I did something similar for my thesis. We used flight information from http://planefinder.net/ as our data set. Unfortunately no WebGL, but you can see an impression in this Youtube video: https://www.youtube.com/watch?v=XvrdxLymMv0 More info here: http://www.cs.rug.nl/svcg/SoftVis/FlightVis
Re: Airline flights of the world visualized with WebGL
#55Interesting, on a desktop browser. On mobiles, 100% probability to kill Chrome on Android.
Yeah, it's really targeted at desktop because of the volume of data but I expect I have missed a bunch of optimization tricks. It's simple enough that I should be able to iterate on it.
Re: Airline flights of the world visualized with WebGL
#56http://tracker.geops.de/?z=8&s=1&x=1124703.9687&y=6845547.37...
Re: Airline flights of the world visualized with WebGL
#57Earlier quoted context omitted.
Yeah, it's really targeted at desktop because of the volume of data but I expect I have missed a bunch of optimization tricks. It's simple enough that I should be able to iterate on it.
As I mentioned in another thread, on my mobile Chrome just dies, it is not even sluggish.
Re: Airline flights of the world visualized with WebGL
#58If the source data will allow it, it'd be awesome to see the different speeds reflected in the color of the path (with white outline so it still stands out). Awesome visualization, great job. Edit: Really wanted to zoom in and find an outlier plane meandering around aimlessly, but evidently they're all professionals.
Re: Airline flights of the world visualized with WebGL
#59Beautiful! (~36fps on Safari, Mid 2012 Retina MBP, 2.3GHz)
Re: Airline flights of the world visualized with WebGL
#60Hey Callum! -ajax