Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 322 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 322 Bytes

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