README.md

# Geometry
[![Hex.pm](https://img.shields.io/hexpm/v/geometry.svg)](https://hex.pm/packages/geometry)
![CI](https://github.com/hrzndhrn/geometry/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/hrzndhrn/geometry/badge.svg)](https://coveralls.io/github/hrzndhrn/geometry)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A set of geometry types for WKT/WKB, EWKT/EWKB and GeoJson.

## Installation

The package can be installed by adding `geometry` to your list of
dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:geometry, "~> 0.1"}
  ]
end
```