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
- Host: GitHub
- URL: https://github.com/grantshandy/geo2city
- Owner: grantshandy
- License: gpl-3.0
- Created: 2021-05-21T23:54:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T04:19:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T05:48:16.944Z (2 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geo2city
Command Line Reverse GeocoderThis 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 GeocoderUSAGE:
geo2city [FLAGS] [LATITUDE] [LONGITUDE]FLAGS:
-v, --version Prints version information
-h, --help Prints help informationARGS:
```