yaph / geonamescache

geonamescache - a Python library for quick access to a subset of GeoNames data.
https://pypi.org/project/geonamescache/
MIT License
99 stars 38 forks source link

Add country name mappings #2

Closed yaph closed 10 years ago

yaph commented 10 years ago

Different names may be used to refer to countries. Assemble mappings from IPython notebooks and put them into mappings.py, e. g.:

country_names_to_iso3 = {
    'Alt name': 'alt',
    ...
}