1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00

Merge pull request #513 from vlopes11/patch-1

geomorph - conversion between geo coordinates
This commit is contained in:
Lukáš Hozda [magnusi] 2018-08-26 19:11:37 +02:00 committed by GitHub
commit 7bcd42bbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -896,6 +896,7 @@ See also [Are we game yet?](http://arewegameyet.com)
[[geo](https://crates.io/keywords/geo), [gis](https://crates.io/keywords/gis)]
* [vlopes11/geomorph](https://github.com/vlopes11/geomorph) [[geomorph](https://crates.io/crates/geomorph)] — conversion between UTM, LatLon and MGRS coordinates [<img src="https://api.travis-ci.org/vlopes11/geomorph.svg?branch=master">](https://travis-ci.org/vlopes11/geomorph)
* [Georust](https://github.com/georust) — geospatial tools and libraries written in Rust
* [rust-reverse-geocoder](https://github.com/llambda/rust-reverse-geocoder) — a fast, offline reverse geocoder in Rust, inspired by https://github.com/thampiman/reverse-geocoder