s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
15 lines • 634 B
TypeScript
/**
* Table 0 - NATIONAL/INTERNATIONAL ORIGINATING CENTERS
*
* [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/on388/table0.html)
*/
export declare const grib2LookupTable0: Record<number, string>;
/**
* TABLE 0.0 - Discipline of Processed Data
*
* [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table0-0.shtml)
* This table is used to indicate the discipline of the processed data contained within a GRIB message.
* This number is coded in octet 7 of section 0 of the GRIB2 message.
*/
export declare const grib2LookupTable00: Record<number, string>;
//# sourceMappingURL=tables.d.ts.map