ExGrib View Source

ExGrib is an Elixir package for decoding GRIB files.

Docs

Full docs can be found at https://hexdocs.pm/ex_grib.

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

Installation

If available in Hex, the package can be installed by adding ex_grib to your list of dependencies in mix.exs:

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