Skip to content

Instantly share code, notes, and snippets.

@danasilver
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danasilver/11128230 to your computer and use it in GitHub Desktop.
Save danasilver/11128230 to your computer and use it in GitHub Desktop.
Mercator
ne_10m_admin_0_countries.*
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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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