ExGrib.Grib2 (ex_grib v0.0.1) View Source

Functions for working with Grib2 files.

See: https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/

Link to this section Summary

Link to this section Types

Specs

section_number() :: integer()

Specs

section_size() :: integer()

Specs

t() :: %ExGrib.Grib2{
  bitmap: ExGrib.Grib2.Section6.t() | :not_parsed,
  data: ExGrib.Grib2.Section7.t() | :not_parsed,
  data_representation: ExGrib.Grib2.Section5.t() | :not_parsed,
  grid_definition: ExGrib.Grib2.Section3.t() | :not_parsed,
  header: ExGrib.Grib2.Section0.t() | :not_parsed,
  identification: ExGrib.Grib2.Section1.t() | :not_parsed,
  local_use: ExGrib.Grib2.Section2.t() | :not_parsed,
  product_definition: ExGrib.Grib2.Section4.t() | :not_parsed
}

Link to this section Functions