Showcase request: Fair Internet Report's broadband speed tests map #7993
tbbuck
started this conversation in
Show and tell
Replies: 1 comment 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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