Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbknapp/coord-rs
a library for converting between coordinate types of UTM, MGRS, and Latitude / Longitude
https://github.com/kbknapp/coord-rs
Last synced: 25 days ago
JSON representation
a library for converting between coordinate types of UTM, MGRS, and Latitude / Longitude
- Host: GitHub
- URL: https://github.com/kbknapp/coord-rs
- Owner: kbknapp
- License: mit
- Created: 2015-12-13T18:55:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T14:56:20.000Z (almost 9 years ago)
- Last Synced: 2024-06-21T01:57:28.031Z (5 months ago)
- Language: Rust
- Homepage: http://kbknapp.github.io/coord-rs
- Size: 85 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# coord-rs
a library for converting between coordinate types of UTM, MGRS, and Latitude / LongitudeOriginally ported from and based on [proj4js/mgrs](https://github.com/proj4js/mgrs) and Chris Veness's work which was itself based on Karney 2011
‘Transverse Mercator with an accuracy of a few nanometers’, building on Krüger 1912 ‘Konforme Abbildung des Erdellipsoids in der Ebene’.## License
`coord-rs` is distributed under the terms of the [MIT license](LICENSE-MIT), except those portions of this software that are based on a port of components from the OpenMap
com.bbn.openmap.proj.coords Java package. An initial port was initially created by Patrice G. Cappelaere and included in Community Mapbuilder
(http://svn.codehaus.org/mapbuilder/), which is licensed under the LGPL license as per http://www.gnu.org/copyleft/lesser.html. OpenMap is licensed under the
[following license agreement](openmap.md)