geonamescache icon indicating copy to clipboard operation
geonamescache copied to clipboard

geonamescache - a Python library for quick access to a subset of GeoNames data.

Results 9 geonamescache issues
Sort by recently updated
recently updated
newest added

See https://stackoverflow.com/questions/70491037/how-i-can-use-github-lfs-together-with-large-size-json-server-json

bug
help wanted
hacktoberfest

enhancement
help wanted
hacktoberfest

Add a mappers module with the following functions that return mappers: - [x] country: map country properties - [ ] us_state: map us_state properties

enhancement

Write a Python scraper that stores data as JSON.

enhancement
help wanted
hacktoberfest

would it also be possible to query states/departments from other countries outside the USA?

help wanted
hacktoberfest

Would it be possible to add alternate names for countries and a search_country() method, like it exists for cities?

It'd be nice if this package had more type hints and `.pyi` files to get a better IDE experience when using the package under strict type checkers. Would the package...