There is a newer version of the record available.

Published September 22, 2017 | Version v3
Software Open

konstantinstadler/country_converter: The country converter (coco) - a Python package for converting country names between different classifications schemes.

  • 1. NTNU

Description

The country converter (coco) is a Python package to convert country names between different classifications and between different naming versions. Internally it uses regular expressions to match country names.

For a full description see: https://github.com/konstantinstadler/country_converter

Change Log
===========

0.5.4 - 20170922
----------------

Corrected Palestine ISO3 code to PSE

0.5.3 - 20170811
----------------

Minor bugfixes with UN codes and regions.

Fixing issue 22 and 23

0.5.2 - 20170807
----------------

Changed Futuna and Sahara to Uppercase


0.5.1 - 20170803
----------------

Minor update, added the citation for the JOSS article.


0.5.0 - 20170802
----------------

This is the version after the review for publication in The Journal of Open Source Software.

Changed
^^^^^^^

    * Renamed XXin methods to XXas. For example coco.EU27in('ISO3') becomese coco.EU27as('ISO3')
    * Some updates in README.rst (related software, badges, motivation)
    * Added CONTRIBUTING.rst


0.4.0 - 20170622
----------------

This version is available at Zenodo at 10.5281/zenodo.838036 .

Changed
^^^^^^^

    * Added CHANGELOG
    * Updated docstrings
    * Account for cases where countries or regions are specified with 'exclude ...'
    * Possibility to add custom countryfile for own mappings
    * Not found value can be specified also in the CLI version
    * Automatically detect input format (ISO2, ISO3, ISOnumeric)
    * Change ISO3 for Romania from ROM to ROU (bugfix)
    * Change ISO3 for Congo from COD to COG (bugfix)
    * Updated readme and IPython notebook tutorial


pre 0.4.0 - before 20170501
----------------------------

Initial versions, including CLI and matlab examples.

 

Files

Files (32.9 kB)

Name Size Download all
md5:8c46e38a10035abf4dd120472a4fa4c8
32.9 kB Download

Additional details

Related works