ExGrib.Grib2.Section3.Templates.LatitudeLongitude (ex_grib v0.0.1) View Source

Template 3.0

Latitude/Longitude (or equidistant cylindrical, or Plate Carree)

https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp3-0.shtml

Link to this section Summary

Link to this section Types

Specs

input() :: binary()

Specs

t() ::
  {:ok,
   %ExGrib.Grib2.Section3.Templates.LatitudeLongitude{
     basic_angle: term(),
     basic_angle_subdivisions: term(),
     d_i: term(),
     d_j: term(),
     first_point_latitude: term(),
     first_point_longitude: term(),
     last_point_latitude: term(),
     last_point_longitude: term(),
     major_axis_scale_factor: term(),
     major_axis_scale_value: term(),
     minor_axis_scale_factor: term(),
     minor_axis_scale_value: term(),
     n_i: term(),
     n_j: term(),
     radius_scale_factor: term(),
     radius_scale_value: term(),
     resolution_and_component_flag: term(),
     scanning_mode: term(),
     shape_of_the_earth: term()
   }, binary()}
  | :error

Link to this section Functions

Specs

get(input()) :: t()