Geonames data for continents, cities and US states.
Project description
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)
TODOs
analyze performance of get_cities_by_name
call get_dataset_by_key with name of dataset, so there is no need for *_by_names methods
Contributing
Fork the repository on GitHub
Commit your changes to the develop branch
Write test(s) for any new feature
Push your changes and send a pull request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file geonamescache-0.9.tar.gz
.
File metadata
- Download URL: geonamescache-0.9.tar.gz
- Upload date:
- Size: 887.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db639723391100e3fb6408cfbb1210e7451f5da39a9bb4501104e5c887f82684 |
|
MD5 | 6365cde72d4a55dc737096431c1cf007 |
|
BLAKE2b-256 | 38ec80421b17596d9fceaa9a3766f87eadbd1d135b307c5785c9a415305c691a |