Showcase request: Fair Internet Report's broadband speed tests map #7993
Replies: 2 comments 1 reply
-
Can you submit a PR to https://github.com/visgl/deck.gl/blob/master/website/showcase.json? |
Beta Was this translation helpful? Give feedback.
-
Hey, its such a cool visualization. is there any write up anywhere on the implementation? I'm trying to achieve something similar haven't had much luck. |
Beta Was this translation helpful? Give feedback.
-
Hi there!
We used deck.gl to create a fun animated interactive map that shows the ~3.6 million internet speed tests that occurred on a single day in June 2023:
https://fairinternetreport.com/research/internet-speeds-map-single-day
I think it's a great illustration of what's possible with deck.gl, making use of incremental data updates, storing data in binary arrays and accessing them via offsets to try and keep things performant. We also use using custom shaders for fading the arcs in and out, and animating a white indicator across each one.
Beta Was this translation helpful? Give feedback.
All reactions