ExGrib.Grib2.Section5 (ex_grib v0.0.1) View Source

Section 5

Data representation section

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

Link to this section Summary

Link to this section Types

Specs

input() :: binary()

Specs

section() :: %ExGrib.Grib2.Section5{
  number_of_data_points_with_values_in_section_7: integer(),
  template: ExGrib.Grib2.Section5.DataRepresentationTemplateNumber.t()
}

Specs

t() :: {:ok, section(), binary()} | :error

Link to this section Functions

Specs

parse(input()) :: t()