Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whossname/utm_ex

Convert coordinates between WGS84 and UTM in Elixir
https://github.com/whossname/utm_ex

coordinate-conversion coordinate-systems elixir gps-coordinates utm

Last synced: about 2 months ago
JSON representation

Convert coordinates between WGS84 and UTM in Elixir

Awesome Lists containing this project

README

        

# UTM

Convert coordinates between WGS84 and UTM

[See the examples](https://hexdocs.pm/utm/UTM.html)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `utm` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:utm, "~> 0.1.0"}
]
end
```