README.md
# Landmark
A geospatial analysis library for Elixir.
Landmark is a collection of functions for manipulating and performing computations on geospatial entities.
It's designed to work with structs provided by the [Geo][geo] library which makes working with GeoJSON much simpler.
## Installation
Add `landmark` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:landmark, "~> 0.5.0"}
]
end
```
## Usage
Visit [the docs][docs] for the latest API.
[geo]: https://github.com/felt/geo
[docs]: https://hexdocs.pm/landmark/api-reference.html