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

Table 3.2 Returns the 'shape' of the reference system (e.g. the datum used by the grib).

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

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  :spherical
  | :spherical_with_custom_radius
  | :iau_oblate_spheriod
  | :custom_oblate_spheriod_km
  | :iag_oblate_spheriod
  | :wgs84
  | :spherical_2
  | :custom_oblate_spheriod_m
  | :spherical_wgs84
  | :osgb
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()