Skip to content

Instantly share code, notes, and snippets.

@elskwid
Last active August 29, 2015 14:16
Show Gist options
  • Save elskwid/56dbb4bdadc06f1380c3 to your computer and use it in GitHub Desktop.
Save elskwid/56dbb4bdadc06f1380c3 to your computer and use it in GitHub Desktop.
Country data for TECH601-Spring 2015 : Five 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_income_level = "High"
country1_high_income = 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
# Switzerland:
country4_id = "CHE"
country4_name = "Switzerland"
country4_population = 8_081_482
country4_capital = "Bern"
country4_latitude = 46.948
country4_longitude = 7.44821
country4_income_level = "High"
country4_high_income = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment