README.md

# Geometry
[![Hex.pm: version](https://img.shields.io/hexpm/v/geometry.svg?style=flat-square)](https://hex.pm/packages/geometry)
[![GitHub: CI status](https://img.shields.io/github/workflow/status/hrzndhrn/geometry/CI?style=flat-square)](https://github.com/hrzndhrn/geometry/actions)
[![Coveralls: coverage](https://img.shields.io/coveralls/github/hrzndhrn/geometry?style=flat-square)](https://coveralls.io/github/hrzndhrn/geometry)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/hrzndhrn/geometry/blob/main/LICENSE.md)

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.3"}
  ]
end
```