README
ΒΆ
Submarine Cable Map Downloader
Downloads and combines all tiles for the Telegeography Submarine Cable Map to create a full-resolution image. All maps since 2012 are supported.
Installation
APT (Ubuntu, Debian)
Click to expand
-
If you don't have it already, install the
ca-certificatespackagesudo apt install ca-certificates -
Add gabe565 apt repository
echo 'deb [trusted=yes] https://apt.gabe565.com /' | sudo tee /etc/apt/sources.list.d/gabe565.list -
Update apt repositories
sudo apt update -
Install subcablemap-dl
sudo apt install subcablemap-dl
RPM (CentOS, RHEL)
Click to expand
-
If you don't have it already, install the
ca-certificatespackagesudo dnf install ca-certificates -
Add gabe565 rpm repository to
/etc/yum.repos.d/gabe565.repo[gabe565] name=gabe565 baseurl=https://rpm.gabe565.com enabled=1 gpgcheck=0 -
Install subcablemap-dl
sudo dnf install subcablemap-dl
AUR (Arch Linux)
Click to expand
Install subcablemap-dl-bin with your AUR helper of choice.
Homebrew (macOS, Linux)
Click to expand
Install subcablemap-dl from