Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whossname/utm_ex
- Owner: whossname
- License: mit
- Created: 2019-09-20T03:43:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T06:35:15.000Z (over 5 years ago)
- Last Synced: 2024-10-29T01:06:49.365Z (2 months ago)
- Topics: coordinate-conversion, coordinate-systems, elixir, gps-coordinates, utm
- Language: Elixir
- Homepage: https://hexdocs.pm/utm
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```