Last active
August 29, 2015 14:00
-
-
Save danasilver/11128230 to your computer and use it in GitHub Desktop.
Mercator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ne_10m_admin_0_countries.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ne_10m_admin_0_countries.zip: | |
wget 'http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip' | |
ne_10m_admin_0_countries.shp: ne_10m_admin_0_countries.zip | |
unzip ne_10m_admin_0_countries.zip | |
touch ne_10m_admin_0_countries.shp | |
countries.json: ne_10m_admin_0_countries.shp | |
topojson -o countries.json -- countries=ne_10m_admin_0_countries.shp |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment