geonamescache
geonamescache copied to clipboard
geonamescache - a Python library for quick access to a subset of GeoNames data.
See https://stackoverflow.com/questions/70491037/how-i-can-use-github-lfs-together-with-large-size-json-server-json
Possibly use generators.
Add a mappers module with the following functions that return mappers: - [x] country: map country properties - [ ] us_state: map us_state properties
Baikonur N. Cyprus Somaliland
Write a Python scraper that stores data as JSON.
would it also be possible to query states/departments from other countries outside the USA?
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...