Skip to main content

Geonames data for continents, cities and US states.

Project description

https://badge.fury.io/py/geonamescache.png https://travis-ci.org/yaph/geonamescache.png?branch=master

A Python library that provides functions to retrieve names and codes of continents, countries and US states as Python dictionaries.

Geonames data is obtained from GeoNames.

Installation

To install geonamescache, run:

$ sudo pip install geonamescache

Or, if necessary:

$ sudo easy_install geonamescache

Usage

A simple usage example:

import geonamescache

gc = geonamescache.GeonamesCache()
countries = gc.get_countries()
# print countries dictionary
print(countries)
# you really wanna do something more useful with the data...

Methods

Currently geonamescache provides the following methods, that all return dictionaries with the requested data:

  • get_continents()

  • get_countries()

  • get_us_states()

  • get_cities()

  • get_countries_by_names()

  • get_us_states_by_names()

  • get_cities_by_name(name)

  • get_us_counties()

Mappers

The mappers module provides function(s) to map data properties. Currently you can create a mapper that maps country properties, e. g. the name property to the iso3 property, to do so you’d write the following code:

from geonamescache.mappers import country
mapper = country(from_key='name', to_key='iso3')

iso3 = mapper('Spain') # iso3 is assigned ESP

Contributing

  1. Fork the repository on GitHub

  2. Commit your changes to the develop branch

  3. Write test(s) for any new feature

  4. Push your changes and send a pull request

If you wish to build the data from scratch, you can run the fabric file, fabfile.py. Before you can run this, you need to create an account in the Geonames system, then activate your account for API usage. Once you’ve created your account, you can run:

fab dl # Download the geonames data to the data directory GEONAMES_USER=<your-username-here> fab tojson # Convert the downloaded data to json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geonamescache-0.20.tar.gz (915.0 kB view details)

Uploaded Source

Built Distribution

geonamescache-0.20-py2-none-any.whl (967.0 kB view details)

Uploaded Python 2

File details

Details for the file geonamescache-0.20.tar.gz.

File metadata

File hashes

Hashes for geonamescache-0.20.tar.gz
Algorithm Hash digest
SHA256 7e5e6b98e7fb179a207985650227d423a121fad0e526f6ef728ba68e8352aab8
MD5 d001a23ec5a0b0c75668812c127f7ea8
BLAKE2b-256 b196c0d710f45ea3eea82ad96db71b20da49000e2519d637b6f6beb9a785c610

See more details on using hashes here.

File details

Details for the file geonamescache-0.20-py2-none-any.whl.

File metadata

File hashes

Hashes for geonamescache-0.20-py2-none-any.whl
Algorithm Hash digest
SHA256 3f5779d671de6e76dfbe7518f84edad665e3a92309db2e2f9865c6d4482942e4
MD5 54333a45e8524e918fa8612412777552
BLAKE2b-256 650b34af7c5e308b1f5702b53e458003c629439d5381edc475ebba8c0b6576e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page