README.md
# Landmark
A geospatial analysis library for Elixir.
Landmark is designed to work with structs provided by the [Geo][geo] library
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `landmark` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:landmark, "~> 0.1.0"}
]
end
```
[geo]: https://github.com/felt/geo