UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

65 lines 1.82 kB
/** * # ON388 - TABLE A - GENERATING PROCESS OR MODEL * * **Details**: * - **Originating Center**: 7 (US-NWS, NCEP) * - **GRIB2 - Product Definition Template in Octet**: 14 * - **Revised**: 05/26/2023 * * **Reserved Ranges**: * - `0-1`: Reserved * - `7-9`: Reserved * - `19`: Reserved * - `24`: Reserved * - `26-29`: Reserved * - `32-41`: Reserved * - `50-51`: Reserved * - `53-63`: Reserved * - `65-67`: Reserved * - `79`: Reserved * - `102-103`: Reserved * - `106`: Reserved * - `142-149`: Reserved * - `194`: Reserved * - `202-209`: Reserved * - `212-214`: Reserved * - `216-219`: Reserved * - `221-230`: Reserved for WPC products * - `231-254`: Reserved * * **Special Value**: * - `255`: Missing * * ## Description * This table defines the data template definitions used by Originating Center 7 (US-NWS, NCEP) in GRIB2 files, * specifying various generating processes or models and their corresponding template references. * * ## Notes * - Red text depicts changes made since 01/25/2022 */ export declare const grib2LookupTableA: Record<number, string>; /** * # ON388 - TABLE C - NATIONAL SUB-CENTERS (Assigned By The Nation) * * **Details**: * - **Originating Center**: 7 (US-NWS, NCEP) * - **GRIB1 - PDS Octet**: 26 * - **GRIB2 - Section**: 1, Octets 8-9 * - **Revised**: 02/23/2024 * * **Reserved Ranges**: * - `0`: Reserved * - `19-254`: Reserved * * **Special Value**: * - `255`: Missing * * ## Description * This table defines the national sub-centers assigned by Originating Center 7 (US-NWS, NCEP) in GRIB1 and GRIB2 files, * specifying various generating processes or models. * * ## Notes * - Red text depicts changes made since 06/25/2019 */ export declare const grib2LookupTableC: Record<number, string>; //# sourceMappingURL=tables.d.ts.map