datasets / country-codes

Comprehensive country code information, including ISO 3166 codes, ITU dialing codes, ISO 4217 currency codes, and many others
https://datahub.io/core/country-codes
896 stars 575 forks source link

ISO-3166-1 out of date at source; consider switching source #64

Open andylolz opened 6 years ago

andylolz commented 6 years ago

A bunch of stuff here comes from statoids.com, but the data there appears to be quite out of date (e.g. Czechia still listed as Czech Republic).

I wonder if it would be better to scrape ISO directly? Morph.io is useful for scraping javascript-heavy sites: https://morph.io/documentation/scraping_javascript_sites

andylolz commented 6 years ago

I made a super basic scraper that scrapes from source: https://morph.io/andylolz/country-codes

Source code is here: https://github.com/andylolz/country-codes