ExGrib.Grib2.Section3.ResolutionAndComponentFlags (ex_grib v0.0.1) View Source

Table 3.3

https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table3-3.shtml

Link to this section Summary

Link to this section Types

Specs

input() :: binary()

Specs

t() ::
  {:i_direction_increments_not_given | :i_direction_increments_given,
   :j_direction_increments_not_given | :j_direction_increments_given,
   :uv_relative_to_east_and_north | :uv_relative_to_xy}
  | :error

Link to this section Functions

Specs

get(input()) :: t()