Skip to content

Instantly share code, notes, and snippets.

View sajidahmed12's full-sized avatar

Md Sajid Ahmed sajidahmed12

View GitHub Profile
@sajidahmed12
sajidahmed12 / submarine_cable_map.R
Created September 4, 2022 07:18 — forked from tylermorganwall/submarine_cable_map.R
Submarine Cable Map Dataviz
library(geojsonsf)
library(sf)
library(rayrender)
#Data source: https://github.com/telegeography/www.submarinecablemap.com
cables = geojson_sf("cable-geo.json")
cablescene = list()
counter = 1
for(i in 1:length(cables$geometry)) {