Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.19 KB

File metadata and controls

48 lines (37 loc) · 2.19 KB
categories tags date description images featured featuredalt featuredpath linktitle title slug type devtoSkip aliases
project
dataviz
internet
networking
fiber optics
map
world
infrastructure
javascript
svg
2022-02-26
I drew a pretty map that shows the underwater cables that carry our data around the world; fiber optic cables, submarine cables
/posts/internet-map-v1/thumbnail.png
thumbnail.png
date
Visualizing the Internet (2022)
internet-map-v1
posts
true
/posts/submarine-cable-map.svg
/portfolio/submarine-cable-map

There is an updated version of this map detailed in this updated post.

Basic Details

I used data from the 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. I also used this experience to look at different map projections, which is neat.

Github | All output images


Here are the resulting images.

geo-mercator.svg

Cable map using the Mercator projection click here for full resolution

geo-conic-conformal.svg

Cable map using the conic conformal projection click here for full resolution

geo-conic-equal-area.svg

Cable map using the Geo Conic Equal Area projection click here for full resolution

geo-natural-earth-1.svg

Cable map using the Geo Natural Earth projection click here for full resolution