Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created March 12, 2015 23:55
Show Gist options
  • Save elskwid/10bb832c32a2ae8372d8 to your computer and use it in GitHub Desktop.
Save elskwid/10bb832c32a2ae8372d8 to your computer and use it in GitHub Desktop.
Country data for TECH601-Spring 2015 : Four countries
# Angola:
country0_id = "AGO"
country0_name = "Angola"
country0_population = 21_471_618
country0_capital = "Luanda"
country0_latitude = -8.81155
country0_longitude = 13.242
country0_income_level = "Upper Middle"
country0_high_income = false
# Antigua and Barbuda:
country1_id = "ATG"
country1_name = "Antigua and Barbuda"
country1_population = 89_985
country1_capital = "Saint John's"
country1_latitude = 17.1175
country1_longitude = -61.8456
country1_incomelevel = "High"
country1_highincome = true
# Belarus:
country2_id = "BLR"
country2_name = "Belarus"
country2_population = 9_466_000
country2_capital = "Minsk"
country2_latitude = 53.9678
country2_longitude = 27.5766
country2_income_level = "Upper Middle"
country2_high_income = false
# Central African Republic:
country3_id = "CAF"
country3_name = "Central African Republic"
country3_population = 4_616_417
country3_capital = "Bangui"
country3_latitude = 5.63056
country3_longitude = 21.6407
country3_income_level = "Low"
country3_high_income = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment