---
title: "Visualizing the Internet (2022)"
date: 2022-02-26T00:00:00Z
url: https://kmcd.dev/posts/internet-map-2022/
tags: ["dataviz","internet-map","internet","networking","fiber-optics","map","world","infrastructure","javascript","svg"]
categories: ["article","project"]
description: "I drew a pretty map that shows the underwater cables that carry our data around the world; fiber optic cables, submarine cables"
---


> There is an updated version of this map detailed [in this updated post](/posts/internet-map-2023/).

### Basic Details
I used data from the [submarinecablemap.com](https://submarinecablemap.com) website to create my visualization of Submarine Cables that live under our oceans and carry the majority of trans-continental internet traffic. Mostly, I wanted a 'dark mode' version of the map but I also plan on adding some interesting annotations from different sources and computing some metrics... Like there is enough fiber optic cable under the oceans to wrap the earth over 103 times! These SVGs were made with javascript, [d3](https://d3js.org). I also used this experience to look at different map projections, which is neat.


[Github](https://github.com/sudorandom/submarine-cable-map) | [All output images](https://github.com/sudorandom/tree/main/output)

-------

Here are the resulting images.

### geo-mercator.svg
{{< figure src="geo-mercator-small.png" link="geo-mercator.svg" alt="Map of the Internet" attrlink="geo-mercator.svg" description="Cable map using the Mercator projection">}}
[click here for full resolution](/posts/internet-map-2022/geo-mercator.svg)

### geo-conic-conformal.svg
{{< figure src="geo-conic-conformal-small.png" link="geo-conic-conformal.svg" alt="Map of the Internet" attrlink="geo-conic-conformal.svg" description="Cable map using the conic conformal projection">}}
[click here for full resolution](/posts/internet-map-2022/geo-conic-conformal.svg)

### geo-conic-equal-area.svg
{{< figure src="geo-conic-equal-area-small.png" link="geo-conic-equal-area.svg" alt="Map of the Internet" attrlink="geo-conic-equal-area.svg" description="Cable map using the conic conformal projection">}}
[click here for full resolution](/posts/internet-map-2022/geo-conic-equal-area.svg)

### geo-natural-earth-1.svg
{{< figure src="geo-natural-earth-1-small.png" link="geo-natural-earth-1.svg" alt="Map of the Internet" attrlink="geo-natural-earth-1.svg" description="Cable map using the conic conformal projection">}}
[click here for full resolution](/posts/internet-map-2022/geo-natural-earth-1.svg)

