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
Specs
bitmap(ExGrib.Grib2.Section6.input()) :: ExGrib.Grib2.Section6.t()
Specs
data(ExGrib.Grib2.Section7.input()) :: ExGrib.Grib2.Section7.t()
Specs
data_representation(ExGrib.Grib2.Section5.input()) :: ExGrib.Grib2.Section5.t()
Specs
grid_definition(ExGrib.Grib2.Section3.input()) :: ExGrib.Grib2.Section3.t()
Specs
header(ExGrib.Grib2.Section0.input()) :: ExGrib.Grib2.Section0.t()
Specs
identification(ExGrib.Grib2.Section1.input()) :: ExGrib.Grib2.Section1.t()
Specs
local_use(ExGrib.Grib2.Section2.input()) :: ExGrib.Grib2.Section2.t()
Specs
Specs
Specs
product_definition(ExGrib.Grib2.Section4.input()) :: ExGrib.Grib2.Section4.t()