s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
31 lines • 869 B
TypeScript
/**
* # Table 7.0 - DATA TEMPLATE DEFINITIONS USED IN SECTION 7
*
* **Details**:
* - **Section**: 3
* - **Octet**: 64
* - **Applicable Grid Templates**: 1000
*
* **Reserved Ranges**:
* - `5-39`: Reserved
* - `43-49`: Reserved
* - `52`: Reserved
* - `54-49151`: Reserved
* - `49152-65534`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Description
* This table defines the data template definitions used in Section 7 of GRIB2 files,
* specifying various data representation types and their corresponding templates.
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table7-0.shtml)
*
* ## Notes
* - Created 05/11/2005
* - Red text depicts changes made since 05/11/2005.
*/
export declare const grib2LookupTable70: Record<number, string>;
//# sourceMappingURL=tables.d.ts.map