Geonames Utils

https://img.shields.io/pypi/v/acdh_geonames_utils.svg https://img.shields.io/travis/acdh-oeaw/acdh_geonames_utils.svg https://codecov.io/gh/acdh-oeaw/acdh_geonames_utils/branch/master/graph/badge.svg Documentation Status

Utility functions to interact with geonames.org

Features

To use Geonames Utils in a project:

from acdh_geonames_utils import acdh_geonames_utils as gn

geonames_df = gn.dwonload_to_df('AT')
geonames_df.head() # prints the first n rows

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.