Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created March 12, 2015 23:50
Show Gist options
  • Save elskwid/21288ac19634503fd205 to your computer and use it in GitHub Desktop.
Save elskwid/21288ac19634503fd205 to your computer and use it in GitHub Desktop.
Country data for TECH601-Spring 2015 : Two countries
# Angola:
# id: AGO
# name: Angola
# population: 21,471,618
# capital: Luanda
# latitude: -8.81155
# longitude: 13.242
# income level: Upper Middle
# high income?: false
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:
# id: ATG
# name: Antigua and Barbuda
# population: 89,985
# capital: Saint John's
# latitude: 17.1175
# longitude: -61.8456
# income level: High
# high income?: true
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment