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

Table 3.1

Returns the grib template to use based on the grib template number.

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

Link to this section Summary

Link to this section Types

Specs

id() :: integer()

Specs

t() ::
  ExGrib.Grib2.Section3.Templates.AlbersEqualArea
  | ExGrib.Grib2.Section3.Templates.AzimuthRangeProjection
  | ExGrib.Grib2.Section3.Templates.CrossSectionGridWithPointsEquallySpacedOnTheHorizontal
  | ExGrib.Grib2.Section3.Templates.CubedSphereGnomonic
  | ExGrib.Grib2.Section3.Templates.CurvilinearOrthogonalGrids
  | ExGrib.Grib2.Section3.Templates.EquatorialAzimuthalEquidistantProjection
  | ExGrib.Grib2.Section3.Templates.GaussianLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.GeneralUnstructuredGrid
  | ExGrib.Grib2.Section3.Templates.HovmollerDiagramWithPointsEquallySpacedOnTheHorizontal
  | ExGrib.Grib2.Section3.Templates.LambertAzimuthalEqualAreaProjection
  | ExGrib.Grib2.Section3.Templates.LambertConformal
  | ExGrib.Grib2.Section3.Templates.LambertConformalWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.Mercator
  | ExGrib.Grib2.Section3.Templates.MercatorWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.LatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.PolarStereographicProjection
  | ExGrib.Grib2.Section3.Templates.PolarStereographicWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.RotateLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.RotatedGaussianLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.RotatedSphericalHarmonicCoefficients
  | ExGrib.Grib2.Section3.Templates.SpaceViewPerspectiveOrOrthographic
  | ExGrib.Grib2.Section3.Templates.SpectralLambertConformalWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.SpectralMercatorWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.SpectralPolarStereographicWithModellingSubdomainsDefinition
  | ExGrib.Grib2.Section3.Templates.SphericalHarmonicCoefficients
  | ExGrib.Grib2.Section3.Templates.StretchedAndRotateLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.StretchedAndRotatedGaussianLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.StretchedAndRotatedSphericalHarmonicCoefficients
  | ExGrib.Grib2.Section3.Templates.StretchedGaussianLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.StretchedLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.StretchedSphericalHarmonicCoefficients
  | ExGrib.Grib2.Section3.Templates.TimeSectionGrid
  | ExGrib.Grib2.Section3.Templates.TransverseMercator
  | ExGrib.Grib2.Section3.Templates.TriangularGridBasedOnAnIcosahedron
  | ExGrib.Grib2.Section3.Templates.VariableResolutionLatitudeLongitude
  | ExGrib.Grib2.Section3.Templates.VariableResolutionRotatedLatitudeLongitude
  | :reserved
  | :reserved_for_local_use
  | :missing

Link to this section Functions

Specs

get(id()) :: t()