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

Section 2 is reserved for local use.

Local use section

Notes:

  1. Center=7 (NCEP), subcenter=14(NWS Meteorological Development Laboratory (MDL)) uses octet 6 to indicate which local use table to use.

For MDL, octet 6=1 indicates use: "MDL Template 2.1"

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

Link to this section Summary

Link to this section Types

Specs

input() :: binary()

Specs

t() ::
  {:ok, %ExGrib.Grib2.Section2{local: binary() | :none} | :not_present,
   binary()}
  | :error

Link to this section Functions

Specs

parse(input()) :: t()