An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [Geonames](http://github.com/remizovm/geonames) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/remizovm/geonames) [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/remizovm/geonames/master/LICENSE) [![Build Status](http://img.shields.io/travis/remizovm/geonames.svg?style=flat-square)](https://travis-ci.org/remizovm/geonames) [![Coverage Status](https://coveralls.io/repos/github/remizovm/geonames/badge.svg?branch=master)](https://coveralls.io/github/remizovm/geonames?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/remizovm/geonames)](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)