README.md

# ExGrib

ExGrib is an Elixir package for decoding GRIB files.

## Docs

Full docs can be found at [https://hexdocs.pm/ex_grib](https://hexdocs.pm/ex_grib).

For refernece on the GRIB2 format:
https://graphical.weather.gov/docs/grib_design.html

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_grib` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_grib, "~> 0.0.1"}
  ]
end
```