feat(rperf): speed map #1060

Open
opened 2026-03-28 04:31:17 +00:00 by mfreeman451 · 2 comments
Owner

Imported from GitHub.

Original GitHub issue: #2911
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2911
Original created: 2026-02-25T10:24:20Z


Is your feature request related to a problem?

https://fairinternetreport.com/research/internet-speed-map-single-day

An interactive map displaying 3.6 million speed tests from a single day in June 2023, animated seamlessly over a responsive MapBox layer. Deck.gl's performance and custom shaders ensure the animations run smoothly and vividly. Data is efficiently loaded from a binary format and accessed with array offsets in JavaScript for optimal performance.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Imported from GitHub. Original GitHub issue: #2911 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2911 Original created: 2026-02-25T10:24:20Z --- **Is your feature request related to a problem?** https://fairinternetreport.com/research/internet-speed-map-single-day ``` An interactive map displaying 3.6 million speed tests from a single day in June 2023, animated seamlessly over a responsive MapBox layer. Deck.gl's performance and custom shaders ensure the animations run smoothly and vividly. Data is efficiently loaded from a binary format and accessed with array offsets in JavaScript for optimal performance. ``` **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2911#issuecomment-3958268662
Original created: 2026-02-25T10:26:21Z


Image
Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2911#issuecomment-3958268662 Original created: 2026-02-25T10:26:21Z --- <img width="1242" height="616" alt="Image" src="https://github.com/user-attachments/assets/df10b2a7-c4ec-4946-9200-bcbeaf86604a" />
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2911#issuecomment-3958277643
Original created: 2026-02-25T10:27:59Z


https://www.measurementlab.net/

To create our initial dataset, we ran a query on [Measurement Lab](https://www.measurementlab.net/)'s unified_downloads table via BigQuery, extracting all the speed test data for a single day: June the 21st 2023.

Might be interesting to pull down this data and potentially try and use it to for modeling

Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2911#issuecomment-3958277643 Original created: 2026-02-25T10:27:59Z --- https://www.measurementlab.net/ ``` To create our initial dataset, we ran a query on [Measurement Lab](https://www.measurementlab.net/)'s unified_downloads table via BigQuery, extracting all the speed test data for a single day: June the 21st 2023. ``` Might be interesting to pull down this data and potentially try and use it to for modeling
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#1060
No description provided.