cleanco icon indicating copy to clipboard operation
cleanco copied to clipboard

Use ISO3166 country names

Open petri opened this issue 8 years ago • 4 comments

This makes it easier to map the country-specific codes to country data in other systems. The names can be found for example in the python "iso3166" package.

petri avatar Feb 08 '17 07:02 petri

This was not included in 2.0 PR code. Reopening.

petri avatar Apr 24 '20 16:04 petri

The pycountry package might also be useful.

petri avatar Apr 26 '20 15:04 petri

ISO-20275 uses 3166-1 country codes, so I think we will be covered.

psolin avatar Apr 26 '20 15:04 psolin

I just pushed a iso3166map branch with countries.csv semicolon-separated file that maps all terms_by_country country names to corresponding 2-letter iso3166 codes.

petri avatar May 05 '20 15:05 petri