README.md

# 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
```