Skip to content

Instantly share code, notes, and snippets.

View jeremybuis's full-sized avatar

Jeremy Buis jeremybuis

View GitHub Profile
@jeremybuis
jeremybuis / wikipedia-iso-country-codes.json
Last active December 14, 2015 00:09
3 letter country codes scraped from wikipedia using the python script from the stackexchange link converted from csv to json with csv2json http://gis.stackexchange.com/questions/1047/full-list-of-iso-alpha-2-and-iso-alpha-3-country-codes
[
{
"ISO 3166-2": "ISO 3166-2:AF",
"Alpha-3 code": "AFG",
"English short name lower case": "Afghanistan",
"Alpha-2 code": "AF",
"Numeric code": 4.0
},
{
"ISO 3166-2": "ISO 3166-2:AX",
@jeremybuis
jeremybuis / README.md
Created February 19, 2013 18:56 — forked from dwtkns/README.md