vgrib2
Version:
[](https://badge.fury.io/js/vgrib2)
13 lines (12 loc) • 3.31 kB
TypeScript
/**
* Table 3.1 - Grid Definition Template Number
*
* [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table3-1.shtml)
*/
export declare const lookupTable31: (code: number) => "Latitude/Longitude (Also called Equidistant Cylindrical or Plate Caree)" | "Rotated Latitude/Longitude" | "Stretched Latitude/Longitude" | "Rotated and Stretched Latitude/Longitude" | "Variable Resolution Latitude/longitude" | "Variable Resolution Rotated Latitude/longitude" | "Mercator" | "Reserved" | "Transverse Mercator" | "Mercator with modelling subdomains definition" | "Polar Stereographic Projection (Can be North or South)" | "Polar Stereographic with modelling subdomains definition" | "Lambert Conformal (Can be Secant, Tangent, Conical, or Bipolar)" | "Albers Equal Area" | "Lambert conformal with modelling subdomains definition" | "Gaussian Latitude/Longitude" | "Rotated Gaussian Latitude/Longitude" | "Stretched Gaussian Latitude/Longitude" | "Rotated and Stretched Gaussian Latitude/Longitude" | "Spherical Harmonic Coefficients" | "Rotated Spherical Harmonic Coefficients" | "Stretched Spherical Harmonic Coefficients" | "Rotated and Stretched Spherical Harmonic Coefficients" | "Cubed-Sphere Gnomonic Validation" | "Spectral Mercator with modelling subdomains definition" | "Spectral Polar Stereographic with modelling subdomains definition" | "Spectral Lambert conformal with modelling subdomains definition" | "Space View Perspective or Orthographic" | "Triangular Grid Based on an Icosahedron" | "General Unstructured Grid" | "Equatorial Azimuthal Equidistant Projection" | "Azimuth-Range Projection" | "Lambert Azimuthal Equal Area Projection" | "Curvilinear Orthogonal Grids" | "Cross Section Grid with Points Equally Spaced on the Horizontal" | "Hovmoller Diagram with Points Equally Spaced on the Horizontal" | "Time Section Grid" | "Rotated Latitude/Longitude(Arakawa Staggered E-Grid)" | "Rotated Latitude/Longitude(Arakawa Non-E Staggered Grid)" | "Missing";
/**
* Table 3.2 - Grid Definition Template Number
*
* [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table3-1.shtml)
*/
export declare const lookupTable32: (code: number) => "Missing" | "Earth assumed spherical with radius = 6,367,470.0 m" | "Earth assumed spherical with radius specified (in m) by data producer" | "Earth assumed oblate spheriod with size as determined by IAU in 1965 (major axis = 6,378,160.0 m, minor axis = 6,356,775.0 m, f = 1/297.0)" | "Earth assumed oblate spheriod with major and minor axes specified (in km) by data producer" | "Earth assumed oblate spheriod as defined in IAG-GRS80 model (major axis = 6,378,137.0 m, minor axis = 6,356,752.314 m, f = 1/298.257222101)" | "Earth assumed represented by WGS84 (as used by ICAO since 1998) (Uses IAG-GRS80 as a basis)" | "Earth assumed spherical with radius = 6,371,229.0 m" | "Earth assumed oblate spheroid with major and minor axes specified (in m) by data producer" | "Earth model assumed spherical with radius 6,371,200 m, but the horizontal datum of the resulting Latitude/Longitude field is the WGS84 reference frame" | "Earth represented by the OSGB 1936 Datum, using the Airy_1830 Spheroid, the Greenwich meridian as 0 Longitude, the Newlyn datum as mean sea level, 0 height.";