Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created March 27, 2015 00:50
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 elskwid/1c7bcd1c5d63f51864d2 to your computer and use it in GitHub Desktop.
Save elskwid/1c7bcd1c5d63f51864d2 to your computer and use it in GitHub Desktop.
Country data for TECH603-Spring 2015 : raw data
[
{
"id": "AGO",
"name": "Angola",
"population": 21471618,
"capital": "Luanda",
"latitude": -8.81155,
"longitude": 13.242,
"income_level": "Upper Middle",
"high_income": false
},
{
"id": "ATG",
"name": "Antigua and Barbuda",
"population": 89985,
"capital": "Saint John's",
"latitude": 17.1175,
"longitude": -61.8456,
"income_level": "High",
"high_income": true
},
{
"id": "BLR",
"name": "Belarus",
"population": 9466000,
"capital": "Minsk",
"latitude": 53.9678,
"longitude": 27.5766,
"income_level": "Upper Middle",
"high_income": false
},
{
"id": "CAF",
"name": "Central African Republic",
"population": 4616417,
"capital": "Bangui",
"latitude": 5.63056,
"longitude": 21.6407,
"income_level": "Low",
"high_income": false
},
{
"id": "CHE",
"name": "Switzerland",
"population": 8081482,
"capital": "Bern",
"latitude": 46.948,
"longitude": 7.44821,
"income_level": "High",
"high_income": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment