/utm_ex

Convert coordinates between WGS84 and UTM in Elixir

Primary LanguageElixirMIT LicenseMIT

UTM

Convert coordinates between WGS84 and UTM

See the examples

Installation

If available in Hex, the package can be installed by adding utm to your list of dependencies in mix.exs:

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