https://github.com/remizovm/geonames
Golang wrapper over the geonames.org website dump
https://github.com/remizovm/geonames
api api-client api-wrapper client geonames go golang golang-wrapper
Last synced: 5 months ago
JSON representation
Golang wrapper over the geonames.org website dump
- Host: GitHub
- URL: https://github.com/remizovm/geonames
- Owner: remizovm
- License: mit
- Created: 2016-07-17T10:21:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T22:06:13.000Z (over 6 years ago)
- Last Synced: 2025-10-02T09:35:43.744Z (9 months ago)
- Topics: api, api-client, api-wrapper, client, geonames, go, golang, golang-wrapper
- Language: Go
- Size: 123 KB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Geonames](http://github.com/remizovm/geonames) [](http://godoc.org/github.com/remizovm/geonames) [](https://raw.githubusercontent.com/remizovm/geonames/master/LICENSE) [](https://travis-ci.org/remizovm/geonames) [](https://coveralls.io/github/remizovm/geonames?branch=master) [](https://goreportcard.com/report/github.com/remizovm/geonames)
#### Golang wrapper over the [geonames.org](http://www.geonames.org) website [dump](http://download.geonames.org/export/dump/).
## Handlers currently wrapped
- Country info
- Time zones
- Features daily modifications
- Language codes
- Hierarchy
- Features by country iso2 code specified
- Daily global deletions
- Cities with > 1/5/15k population
- Feature alternate names
- Feature alternate names daily deletions
- Feature alternate names daily modifications
- Admin2 codes (UTF8)
- Admin1 codes (ASCII)
- User Tags
- Postal Codes
## Credits
- [Mikhail Remizov](https://github.com/remizovm) - Author
## License
[MIT](https://github.com/remizovm/geonames/blob/master/LICENSE)