Skip to content

version 0.7.2

Compare
Choose a tag to compare
@konstantinstadler konstantinstadler released this 27 Jan 21:41
· 106 commits to master since this release

The country converter (coco) is a Python package to convert and match country names between different classifications and between different naming versions. Internally it uses regular expressions to match country names. Coco can also be used to build aggregation concordance matrices between different classification schemes.

Changelog

Classifications

  • added FAOcode (numerical FAO code)

API

  • added CountryConverter().valid_country_classifications which gives all country classifications (without any aggregation like continents or models)

Bug Fixes

  • French Guyana resettled to America (was Africa before) (fixes #76)
  • D.P.R of Korea resolves to North Korea (fixes #79)