mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!
https://mledoze.github.io/countries/
Open Data Commons Open Database License v1.0
5.97k stars 1.27k forks source link

Default order of countries #438

Closed ebenh closed 2 years ago

ebenh commented 2 years ago

Is there a reason why the default order of countries isn't alphabetical?

For instance, the list starts with "Aruba" instead of "Afghanistan".

IMHO, the list should be sorted by ISO 3166-1 alpha-2 code by default.

mledoze commented 2 years ago

The reason is that the countries are sorted by ISO 3166-1 alpha-3 code. The sort by ISO 3166-1 alpha-2 code puts Andorra first but not Afghanistan.