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

https://github.com/grantshandy/geo2city

Command Line Reverse Geocoder
https://github.com/grantshandy/geo2city

Last synced: about 2 months ago
JSON representation

Command Line Reverse Geocoder

Awesome Lists containing this project

README

        

# geo2city
Command Line Reverse Geocoder

This is a command line utility that gets the name and location of the closest city from latitude and longitude coordinates.

```
cargo install geo2city
```

## Command Line Arguments
```
geo2city 0.1.0
By Grant Handy
Command Line Reverse Geocoder

USAGE:
geo2city [FLAGS] [LATITUDE] [LONGITUDE]

FLAGS:
-v, --version Prints version information
-h, --help Prints help information

ARGS:


```