coa-project / pycoa

pycoa Python source code
MIT License
17 stars 0 forks source link

Taiwan behaviour for jhu and owid #158

Closed odadoun closed 2 years ago

odadoun commented 2 years ago

I think there is a bug on Geo

geo=cg.GeoManager('name') geo.set_standard('iso3') B=(geo.to_standard('World',output='list',db='jhu',interpret_region=True)) print('TWN' in B) is False

Taiwan aka TWN is not return by geo

tjbtjbtjb commented 2 years ago

Well, the status of Taiwan is politically complex. Since the begining of pycoa, we're using as a ref the country list from UN to avoid any polytical dilemna : https://unstats.un.org/unsd/methodology/m49/ . And Taiwan does not appear in it, actually.