ExGrib.Grib2.Section4.TypeOfInterval (ex_grib v0.0.1) View Source

Table 4.91

Type of interval

https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-91.shtml

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :between_first_and_second_limit_including_both_limits
  | :between_first_and_second_limit_including_first_limit
  | :between_first_and_second_limit_including_second_limit
  | :equal_to_first_limit
  | :greater_or_equal_first_limit
  | :greater_or_equal_second_limit
  | :greater_than_first_limit
  | :greater_than_second_limit
  | :smaller_or_equal_first_limit
  | :smaller_or_equal_second_limit
  | :smaller_than_first_limit
  | :smaller_than_second_limit
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()