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

Section 6

Bit map section

Notes:

  1. If octet 6 is not zero, the length of this section is 6 and octets 7-nn are not present.

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

Link to this section Summary

Link to this section Types

Specs

bitmap() :: binary() | :none

Specs

input() :: binary()

Specs

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

Link to this section Functions

Specs

parse(input()) :: t()