s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
1,503 lines • 81.1 kB
TypeScript
/** Categories track a name with it's units and abbreviation */
export interface TableCategory {
parameter: string;
units: string;
abbrev: string;
}
/**
* # GRIB2 - CODE TABLE 4.0 - PRODUCT DEFINITION TEMPLATE NUMBER
*
* **Details**:
* - **Section**: 4
* - **Octets**: 8-9
* - **Revised**: 07/12/2024
*
* **Reserved Ranges**:
* - `16-19`: Reserved
* - `21-29`: Reserved
* - `36-39`: Reserved
* - `50`: Reserved
* - `52`: Reserved
* - `64-66`: Reserved
* - `69`: Reserved
* - `74-75`: Reserved
* - `128-253`: Reserved
* - `255-999`: Reserved
* - `1003-1099`: Reserved
* - `1102-32767`: Reserved
* - `32768-65534`: Reserved for Local Use
*
* **Special Value**:
* - `65535`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-0.shtml)
*
* ## Notes
* - Red text depicts changes made since 08/23/2023.
*/
export declare const grib2LookupTable40: Record<number, string>;
/**
* GRIB2 - CODE TABLE 4.1: PARAMETER CATEGORY BY PRODUCT DISCIPLINE
*
* **Created**: 12/07/2023
* **Revised**: 12/07/2023 (Red text depicts changes made since 10/30/2023)
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-1.shtml)
*
* ## Notes
* - The disciplines are given in Section 0, Octet 7 of the GRIB2 message and are defined in Table 0.0.
* - When a new category is to be added to Code table 4.1 and more than one discipline applies,
* the choice of discipline should be made based on the intended use of the product.
*/
export declare const grib2LookupTable41: Record<number, Record<number, string>>;
/**
* # GRIB2 - CODE TABLE 4.2-0-0
*
* **Classification**: Meteorological products, Temperature category
*
* **Available forms**: GRIB2
*
* **Defined area**: Meteorological parameters
*
* **Alias**: N/A
*
* **Domain**: Global
*
* **Input type**: Numeric (GRIB2 octets)
*
* **Output type**: Numeric (GRIB2 octets)
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2.shtml)
*
* ## Required Parameters
* - `Parameter`: The name of the meteorological parameter.
* - `Units`: The units of measurement for the parameter.
* - `Abbrev`: The abbreviation for the parameter.
*
* ## Optional Parameters
* - `Reserved`: Reserved values are placeholders for future use or non-used categories.
*
* ## Notes
* (1) Parameter deprecated. See Regulation 92.6.2 and use another parameter instead.
* (2) Apparent temperature is the perceived outdoor temperature, caused by a combination of phenomena, such as air temperature, relative humidity, and wind speed.
*/
export declare const grib2LookupTable42_00: Record<number, TableCategory>;
/**
* # GRIB2 - CODE TABLE 4.2-0-1
*
* **Classification**: Meteorological products, Moisture category
*
* **Available forms**: GRIB2
*
* **Defined area**: Meteorological parameters
*
* **Alias**: N/A
*
* **Domain**: Global
*
* **Input type**: Numeric (GRIB2 octets)
*
* **Output type**: Numeric (GRIB2 octets)
*
* **Used by**:
* - Section 0, Octet 7 = 0
* - Section 4, Octet 10 = 1
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2.shtml)
*
* ## Required Parameters
* - `Parameter`: The name of the meteorological parameter.
* - `Units`: The units of measurement for the parameter.
* - `Abbrev`: The abbreviation for the parameter.
*
* ## Optional Parameters
* - `Reserved`: Reserved values are placeholders for future use or non-used categories.
*
* ## Notes
* (1) Parameter deprecated - See Regulation 92.6.2 and use another parameter instead.
* (2) Total precipitation/snowfall rate stands for the sum of convective and large-scale precipitation/snowfall rate.
* (3) Statistical process 1 (Accumulation) does not change units. It is recommended to use another parameter with "rate" in its name and accumulation in PDT.
* (4) The listed units for this parameter appear to be inappropriate for the potential evaporation rate. Instead, it is recommended to use parameter 143.
* (5) Total solid precipitation includes the sum of all types of solid water, e.g. graupel, snow, and hail.
* (6) Assuming a cloud containing a bi-modal ice particle distribution, "cloud ice" refers to the small particle mode, whereas the large mode is usually called "snow". ("Ice pellets", in contrast, may refer to the precipitation of sleet, formed from freezing raindrops or refreezing (partially) melted snowflakes, or the precipitation of small hail.)
* (7) It is recommended to use Snow melt rate instead (discipline 2, category 0, number 41).
* (8) It is recommended to use parameter 148.
* (9) Snow evaporation is the accumulated amount of water that has evaporated from snow from within the snow-covered area of a grid-box.
*
* Local Use Notes:
* (A) The numeric value is a reference to a weather string and key table stored in the Local Use Section (Section 2) of the same GRIB2 message. See MDL Template 2.1 page and this page for more details.
*/
export declare const grib2LookupTable42_01: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-2
*
* **Classification**: Meteorological products, Momentum category
*
* **Available forms**: Numerical values
*
* **Defined area**: Meteorological domain
*
* **Alias**: Momentum, wind
*
* **Domain**: Meteorological
*
* **Input type**: Numerical
*
* **Output type**: Numerical
*/
export declare const grib2LookupTable42_02: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-3
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 3
* (Meteorological products, Mass category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 3
* Revised 12/07/2023
* Red text depicts changes made since 06/23/2022
* @see [GRIB2 - Table 4.2-0-3: Parameters for Discipline 0 Category 3 (Mass category)](https://www.example.com)
*/
export declare const grib2LookupTable42_03: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-4
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 4
* (Meteorological products, Short-wave radiation category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 4
* Revised 11/02/2023
* Red text depicts changes made since 06/23/2022
* @see [GRIB2 - Table 4.2-0-4: Parameters for Discipline 0 Category 4 (Short-wave radiation category)](https://www.example.com)
*/
export declare const grib2LookupTable42_04: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-5
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 5
* (Meteorological products, Long-wave radiation category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 5
* Revised 11/02/2023
* Red text depicts changes made since 11/02/2023
* @see [GRIB2 - Table 4.2-0-5: Parameters for Discipline 0 Category 5 (Long-wave radiation category)](https://www.example.com)
*/
export declare const grib2LookupTable42_05: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-6
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 6
* (Meteorological products, Cloud category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 6
* Revised 10/24/2023
* Red text depicts changes made since 10/24/2023
*
* **Notes:**
* - Parameter deprecated - Use another parameter in parameter category 1: moisture instead.
* - The sum of the water and ice fractions may exceed the total due to overlap between the volumes containing ice and those containing liquid water.
* - Fog is defined as cloud cover in the lowest model level.
* - This parameter is the amount of sunshine in seconds over a given length of time in seconds. Sunshine is defined as a radiation intensity above 120 W m-2.
* @see [GRIB2 - Table 4.2-0-6: Parameters for Discipline 0 Category 6 (Cloud category)](https://www.example.com)
*/
export declare const grib2LookupTable42_06: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-7
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 7
* (Meteorological products, Thermodynamic Stability category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 7
* Revised 06/23/2022
* Red text depicts changes made since 01/25/2021
*
* **Notes:**
* - Parameter deprecated - Use another parameter in parameter category 1: moisture instead.
* @see [GRIB2 - Table 4.2-0-7: Parameters for Discipline 0 Category 7 (Thermodynamic Stability category)](https://www.example.com)
*/
export declare const grib2LookupTable42_07: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-13
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 13
* (Meteorological products, Aerosols category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 13
* Revised 02/13/2012
* Red text depicts changes made since 01/26/2006
*
* **Notes:**
* - Aerosol Type is described in Table 4.205.
* @see [GRIB2 - Table 4.2-0-13: Aerosols Category](https://www.example.com)
*/
export declare const grib2LookupTable42_013: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-14
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 14
* (Meteorological products, Trace Gases category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 14
* Revised 12/04/2020
* Red text depicts changes made since 02/13/2012
*
* **Notes:**
* - Trace gases parameters, including Ozone and PM2.5 related metrics.
* @see [GRIB2 - Table 4.2-0-14: Trace Gases Category](https://www.example.com)
*/
export declare const grib2LookupTable42_014: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-15
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 15
* (Meteorological products, Radar category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 15
* Revised 12/05/2014
* Red text depicts changes made since 04/08/2013
*
* **Notes:**
* - Radar-related parameters such as reflectivity, velocity, and precipitation.
* @see [GRIB2 - Table 4.2-0-15: Radar Category](https://www.example.com)
*/
export declare const grib2LookupTable42_015: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-16
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 16
* (Meteorological products, Forecast Radar Imagery category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 16
* Revised 02/10/2021
* Red text depicts changes made since 12/06/2011
*
* **Notes:**
* - Radar reflectivity and Echo Top products.
* - For Echo Top product, Use octet number 38 to store threshold value (e.g., 18.3 dB) in Product Definition Template 4.20.
* - Decibel (dB) is a logarithmic measure of the relative power or radar reflectivity.
* @see [GRIB2 - Table 4.2-0-16: Forecast Radar Imagery](https://www.example.com)
*/
export declare const grib2LookupTable42_016: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-17
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 17
* (Meteorological products, Electrodynamics category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 17
* Revised 02/23/2021
* Red text depicts changes made since 05/28/2019
*
* **Notes:**
* 1. Definition of LPI after Lynn et. al. (2010): Prediction of lightning flash density with the WRF model, Adv. Geosci., 23, 11-16.
* 2. The total lightning flash density is the sum of cloud-to-ground and cloud-to-cloud lightning flash densities.
* 3. The subgrid-scale lightning potential index is derived from subgrid-scale information for models with coarser resolution.
* @see [GRIB2 - Table 4.2-0-17: Electrodynamics](https://www.example.com)
*/
export declare const grib2LookupTable42_017: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-18
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 18
* (Meteorological products, Nuclear/Radiology Imagery category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 18
* Revised 07/15/2024
* Red text depicts changes made since 07/15/2024
*
* **Notes:**
* 1. Statistical process 1 (Accumulation) does not change units. It is recommended to use another parameter
* without the word "time-integrated" in its name and accumulation in PDT.
* 2. Conversion factor between "Specific Activity Concentration" (14) and "Air Concentration" (10) is "Mass Density" [kg m-3].
* 3. Use the radionuclide release start date as baseline to determine activity arrival or activity end.
* @see [GRIB2 - Table 4.2-0-18: Nuclear/Radiology Imagery](https://www.example.com)
*/
export declare const grib2LookupTable42_018: Record<number, TableCategory>;
/**
* GRIB2 - TABLE 4.2-0-19
* PARAMETERS FOR DISCIPLINE 0 - CATEGORY 19
* (Meteorological products, Physical Atmospheric category)
* In Section 0, Octet 7 = 0
* In Section 4, Octet 10 = 19
* Revised 12/07/2023
* Red text depicts changes made since 01/19/2022
*
* **Notes:**
* 1. Parameter deprecated - See Regulation 92.6.2 and use another parameter instead.
* 2. Supercooled large droplets (SLD) are defined as those with a diameter greater than 50 microns.
* 3. Eddy Dissipation parameter is third root of eddy dissipation rate [m2 s-3].
* 4. In astronomy, sky transparency means the effect on the viewing experience caused by the scattering of light through atmospheric water vapour, aerosols or other constituents. Ideal transparency conditions produce a black night sky conducive to viewing faint astronomical objects, almost like being in outer space. In poor transparency conditions, which may occur even in cloud-free conditions, the deep sky background is greyish (not black), faint details are washed out and contrast is reduced.
* 5. Seeing means the steadiness or turbulence of the atmosphere in the context of astronomical observation. Turbulence causes rapid random fluctuations of the optical path through the atmosphere. The twinkling of stars, for example, occurs in poor seeing conditions.
* 6. A duct layer is an atmospheric layer with a refractivity which leads to a trapping of electromagnetic waves. In a trapping layer the refractivity leads to a bending of EM waves, which is stronger than the Earth's curvature.
* @see [GRIB2 - Table 4.2-0-19: Physical Atmospheric](https://www.example.com)
*/
export declare const grib2LookupTable42_019: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-20
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 20
* **(Meteorological products, Atmospheric Chemical Constituents category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 20 (Atmospheric Chemical Constituents)
* - **Section**: 4
* - **Octet 10**: 20
* - **Revised**: 11/02/2023
*
* **Reserved Ranges**:
* - `19-49`: Reserved
* - `82-99`: Reserved
* - `113-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-0-20.shtml)
*
* ## Notes
* 1. First Fixed Surface and Second Fixed Surface of Code Table 4.5 define the vertical extent.
* 2. The term "Number Density" is synonymous with "Number Concentration" (Code 59).
* 3. Net source represents the sum of all atmospheric processes creating and destroying constituents or aerosols.
* 4. Use Snow melt rate instead for certain processes (Discipline 2, Category 0, Number 41).
*/
export declare const grib2LookupTable42_020: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-21
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 21
* **(Meteorological products, Thermodynamic Properties category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 21 (Thermodynamic Properties)
* - **Section**: 4
* - **Octet 10**: 21
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `23-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Total energy is the sum of internal energy, potential energy, kinetic energy, and latent heat. The same applies to energy fluxes.
* 2. Water enthalpy (flux) is associated with the temperature of the water mass.
* 3. Water potential energy flux is the flux of potential energy associated with the water mass.
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-0-21.shtml)
*/
export declare const grib2LookupTable42_021: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-22
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 22
* **(Meteorological products, Drought Indices category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 22 (Drought Indices)
* - **Section**: 4
* - **Octet 10**: 22
* - **Created**: 07/15/2024
*
* **Reserved Ranges**:
* - `7-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Descriptions of the drought indices are available in the Handbook of Drought Indicators and Indices (WMO-No. 1173).
* 2. Indices are calculated over different time ranges specified in templates 4.107, 4.108, 4.109, and 4.112.
* 3. All standardized drought indices follow the Standardized Precipitation Index User Guide (WMO-No. 1090).
*
* ## Links
* - [Handbook of Drought Indicators and Indices](https://library.wmo.int/idurl/4/55169)
* - [Standardized Precipitation Index User Guide](https://library.wmo.int/idurl/4/39629)
*/
export declare const grib2LookupTable42_022: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-190
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 190
* **(Meteorological products, ASCII IA5 String category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 190 (ASCII IA5 String)
* - **Section**: 4
* - **Octet 10**: 190
* - **Revised**: 12/14/2011
*
* **Reserved Ranges**:
* - `1-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. This table defines ASCII IA5 strings used for arbitrary text.
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/)
*/
export declare const grib2LookupTable42_190: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-191
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 191
* **(Meteorological products, Miscellaneous category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 191 (Miscellaneous)
* - **Section**: 4
* - **Octet 10**: 191
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `8-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Hurricane, tropical storm, and tropical depression tracks use spatiotemporal vicinity logic.
*/
export declare const grib2LookupTable42_191: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-0-192
* PARAMETERS FOR DISCIPLINE 0, CATEGORY 192
* **(Meteorological products, Covariance category)**
*
* **Details**:
* - **Discipline**: 0 (Meteorological products)
* - **Category**: 192 (Covariance)
* - **Section**: 4
* - **Octet 10**: 192
* - **Created**: 03/12/2008
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* Covariances are defined as `[XY]-[X][Y]`, where `[]` indicates the mean over the specified time span.
*/
export declare const grib2LookupTable42_192: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-1-0
* PARAMETERS FOR DISCIPLINE 1, CATEGORY 0
* **(Hydrological products, Hydrology Basic category)**
*
* **Details**:
* - **Discipline**: 1 (Hydrological products)
* - **Category**: 0 (Hydrology Basic)
* - **Section**: 4
* - **Octet 10**: 0
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `21-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Remotely sensed snow cover uses dimensionless thematic values (e.g., 50: no-snow/no-cloud, 100: clouds, 250: snow). See Table 4.215.
* 2. Snow coverage by elevation portrays elevations with snow packs; see Table 4.216.
* 3. Snow water equivalent percent of normal is stored in percent units (e.g., 110 = 110% of normal snow water equivalent).
*/
export declare const grib2LookupTable42_10: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-1-1
* PARAMETERS FOR DISCIPLINE 1, CATEGORY 1
* **(Hydrological products, Hydrology Probabilities category)**
*
* **Details**:
* - **Discipline**: 1 (Hydrological products)
* - **Category**: 1 (Hydrology Probabilities)
* - **Section**: 4
* - **Octet 10**: 1
* - **Revised**: 11/02/2023
*
* **Reserved Ranges**:
* - `3-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_11: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-1-2
* PARAMETERS FOR DISCIPLINE 1, CATEGORY 2
* **(Hydrological products, Inland water and sediment properties category)**
*
* **Details**:
* - **Discipline**: 1 (Hydrological products)
* - **Category**: 2 (Inland water and sediment properties)
* - **Section**: 4
* - **Octet 10**: 2
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `24-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. The same parameter name may exist in multiple categories based on its intended use. For example, "Water Temperature" in this table applies to freshwater lakes and rivers, unlike its counterpart in oceanographic products.
*/
export declare const grib2LookupTable42_12: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-0
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 0
* **(Land Surface products, Vegetation/Biomass category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 0 (Vegetation/Biomass)
* - **Section**: 4
* - **Octet 10**: 0
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `64-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Deprecated parameters are marked and alternative parameters are recommended (e.g., categories for Soil Products).
* 2. Statistical process 1 (Accumulation) does not alter units.
* 3. C4 plants use a specific photosynthesis mechanism to avoid photorespiration.
* 4. Net ecosystem fluxes can specify chemical species (e.g., CO₂ or CH₄) with chemical constituent templates.
*/
export declare const grib2LookupTable42_20: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-1
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 1
* **(Land Surface products, Agricultural Special Products category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 1 (Agricultural Special Products)
* - **Section**: 4
* - **Octet 10**: 1
* - **Created**: 12/21/2012
*
* **Reserved Ranges**:
* - `0-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_21: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-3
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 3
* **(Land Surface products, Soil category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 3 (Soil)
* - **Section**: 4
* - **Octet 10**: 3
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `31-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Deprecated parameters are marked. Refer to Regulation 92.6.2 for alternatives.
* 2. It is recommended to avoid parameters flagged as less descriptive; alternatives are preferred.
*/
export declare const grib2LookupTable42_23: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-4
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 4
* **(Land Surface products, Fire Weather category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 4 (Fire Weather)
* - **Section**: 4
* - **Octet 10**: 4
* - **Revised**: 10/30/2023
*
* **Reserved Ranges**:
* - `37-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. The Fosberg index denotes the potential influence of weather on wildfire, factoring temperature, wind speed, relative humidity, and precipitation. Higher values indicate a greater potential impact.
*/
export declare const grib2LookupTable42_24: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-5
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 5
* **(Land Surface products, Glaciers and Inland Ice category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 5 (Glaciers and Inland Ice)
* - **Section**: 4
* - **Octet 10**: 5
* - **Revised**: 10/30/2023
*
* **Reserved Ranges**:
* - `2-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. A value strictly above 0.5 for Glacier Cover is treated as glacier. A value equal to or below 0.5 is treated as land without glacier.
*/
export declare const grib2LookupTable42_25: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-2-6
* PARAMETERS FOR DISCIPLINE 2, CATEGORY 6
* **(Land Surface products, Urban Areas category)**
*
* **Details**:
* - **Discipline**: 2 (Land Surface products)
* - **Category**: 6 (Urban Areas)
* - **Section**: 4
* - **Octet 10**: 6
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `9-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_26: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-0
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 0
* **(Space products, Image Format category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 0 (Image Format)
* - **Section**: 4
* - **Octet 10**: 0
* - **Revised**: 06/27/2008
*
* **Reserved Ranges**:
* - `10-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_30: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-1
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 1
* **(Space products, Quantitative category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 1 (Quantitative)
* - **Section**: 4
* - **Octet 10**: 1
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `18`: Reserved
* - `24-26`: Reserved
* - `33-97`: Reserved
* - `100-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Bidirectional Reflectance Factor is the ratio of the radiant flux reflected by a surface to that reflected by an ideal, diffuse Lambertian standard surface under identical conditions.
* 2. Scaled Radiance is the top-of-atmosphere radiance observed by a sensor, multiplied by π, divided by the in-band solar irradiance.
*/
export declare const grib2LookupTable42_31: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-2
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 2
* **(Space products, Cloud Properties category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 2 (Cloud Properties)
* - **Section**: 4
* - **Octet 10**: 2
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `12-29`: Reserved
* - `41-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Numbers 31 to 40 are deprecated.
*/
export declare const grib2LookupTable42_32: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-3
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 3
* **(Space products, Flight Rules Conditions category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 3 (Flight Rules Conditions)
* - **Section**: 4
* - **Octet 10**: 3
* - **Created**: 07/26/2016
*
* **Reserved Ranges**:
* - `3-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_33: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-4
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 4
* **(Space products, Volcanic Ash category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 4 (Volcanic Ash)
* - **Section**: 4
* - **Octet 10**: 4
* - **Created**: 07/26/2016
*
* **Reserved Ranges**:
* - `9-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_34: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-5
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 5
* **(Space products, Sea-Surface Temperature category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 5 (Sea-Surface Temperature)
* - **Section**: 4
* - **Octet 10**: 5
* - **Created**: 07/26/2016
*
* **Reserved Ranges**:
* - `6-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Interface Sea-Surface Temperature: Theoretical temperature at the precise air-sea interface.
* 2. Skin Sea-Surface Temperature: Temperature across a very small depth (~20 micrometers).
* 3. Sub-Skin Sea-Surface Temperature: Temperature at the base of the thermal skin layer.
* 4. Foundation Sea-Surface Temperature: Temperature in the water column free of diurnal variability.
*/
export declare const grib2LookupTable42_35: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-6
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 6
* **(Space products, Solar Radiation category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 6 (Solar Radiation)
* - **Section**: 4
* - **Octet 10**: 6
* - **Created**: 07/26/2016
*
* **Reserved Ranges**:
* - `6-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes
* 1. Global Solar Irradiance: The solar flux per unit area received from a solid angle of 2π sr on a horizontal surface.
* 2. Global Solar Exposure: The integral of global solar irradiance.
* 3. Direct Solar Irradiance: Solar flux per unit area received from the Sun's disc on a surface normal to the Sun's direction.
* 4. Direct Solar Exposure: Time integral of direct solar irradiance.
* 5. Diffuse Solar Irradiance: Solar flux per unit area received from 2π sr, excluding the Sun's disc, on a horizontal surface.
* 6. Diffuse Solar Exposure: Time integral of diffuse solar irradiance.
*/
export declare const grib2LookupTable42_36: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-3-192
* PARAMETERS FOR DISCIPLINE 3, CATEGORY 192
* **(Space products, Forecast Satellite Imagery category)**
*
* **Details**:
* - **Discipline**: 3 (Space products)
* - **Category**: 192 (Forecast Satellite Imagery)
* - **Section**: 4
* - **Octet 10**: 192
* - **Revised**: 03/28/2022
*
* **Reserved Ranges**:
* - `86-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_3192: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-0
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 0
* **(Space Weather Products, Temperature category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 0 (Temperature)
* - **Section**: 4
* - **Octet 10**: 0
* - **Created**: 02/27/2012
*
* **Reserved Ranges**:
* - `6-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_40: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-1
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 1
* **(Space Weather Products, Momentum category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 1 (Momentum)
* - **Section**: 4
* - **Octet 10**: 1
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `4-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_41: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-2
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 2
* **(Space Weather Products, Charged Particle Mass and Number category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 2 (Charged Particle Mass and Number)
* - **Section**: 4
* - **Octet 10**: 2
* - **Revised**: 10/30/2023
*
* **Reserved Ranges**:
* - `14-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_42: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-3
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 3
* **(Space Weather Products, Electric and Magnetic Fields category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 3 (Electric and Magnetic Fields)
* - **Section**: 4
* - **Octet 10**: 3
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `8-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_43: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-4
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 4
* **(Space Weather Products, Energetic Particles category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 4 (Energetic Particles)
* - **Section**: 4
* - **Octet 10**: 4
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `7-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_44: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-5
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 5
* **(Space Weather Products, Waves category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 5 (Waves)
* - **Section**: 4
* - **Octet 10**: 5
* - **Revised**: 06/29/2022
*
* **Reserved Ranges**:
* - `4-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_45: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-6
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 6
* **(Space Weather Products, Solar Electromagnetic Emissions category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 6 (Solar Electromagnetic Emissions)
* - **Section**: 4
* - **Octet 10**: 6
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `7-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_46: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-7
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 7
* **(Space Weather Products, Terrestrial Electromagnetic Emissions category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 7 (Terrestrial Electromagnetic Emissions)
* - **Section**: 4
* - **Octet 10**: 7
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `4-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_47: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-8
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 8
* **(Space Weather Products, Imagery category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 8 (Imagery)
* - **Section**: 4
* - **Octet 10**: 8
* - **Revised**: 10/30/2023
*
* **Reserved Ranges**:
* - `9-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_48: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-9
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 9
* **(Space Weather Products, Ion-Neutral Coupling category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 9 (Ion-Neutral Coupling)
* - **Section**: 4
* - **Octet 10**: 9
* - **Created**: 12/15/2011
*
* **Reserved Ranges**:
* - `3-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_49: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-4-10
* PARAMETERS FOR DISCIPLINE 4, CATEGORY 10
* **(Space Weather Products, Space Weather Indices Category)**
*
* **Details**:
* - **Discipline**: 4 (Space Weather Products)
* - **Category**: 10 (Space Weather Indices)
* - **Section**: 4
* - **Octet 10**: 10
* - **Created**: 06/29/2022
*
* **Reserved Ranges**:
* - `8-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_410: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-0
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 0
* **(Oceanographic products, Waves category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 0 (Waves)
* - **Section**: 4
* - **Octet 10**: 0
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `99-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes:
* 1. Further information concerning the wave parameters can be found in the Guide to Wave Analysis and Forecasting (WMO-No. 702).
* 2. The Charnock parameter accounts for increased aerodynamic roughness as wave heights grow due to increasing surface stress. It depends on the wind speed, wave age, and other aspects of the sea state.
* 3. Parameters are normalized by being divided by the product of air density and the square of the friction velocity.
*/
export declare const grib2LookupTable42_100: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-1
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 1
* **(Oceanographic products, Currents category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 1 (Currents)
* - **Section**: 4
* - **Octet 10**: 1
* - **Revised**: 10/23/2023
*
* **Reserved Ranges**:
* - `7-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_101: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-2
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 2
* **(Oceanographic products, Ice category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 2 (Ice)
* - **Section**: 4
* - **Octet 10**: 2
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `26`: Reserved
* - `30-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes:
* 1. Ice internal pressure or stress (Pa m) is the integrated pressure across the vertical thickness of a layer of ice. It is produced when concentrated ice reacts to external forces such as wind and ocean currents.
*/
export declare const grib2LookupTable42_102: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-3
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 3
* **(Oceanographic products, Surface Properties category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 3 (Surface Properties)
* - **Section**: 4
* - **Octet 10**: 3
* - **Revised**: 10/30/2023
*
* **Reserved Ranges**:
* - `22-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes:
* 1. The x- and y- components of surface stress are not necessarily equivalent to the u- and v- components (eastward/northward).
* The x- and y- components strictly follow the defined coordinate system which may or may not follow the eastward and northward directions.
*/
export declare const grib2LookupTable42_103: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-4
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 4
* **(Oceanographic products, Sub-Surface Properties category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 4 (Sub-Surface Properties)
* - **Section**: 4
* - **Octet 10**: 4
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `8-10`: Reserved
* - `52-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes:
* 1. Numbers 17 and 20 are deviations from the reference value of 1000 kg m–3.
* 2. The x- and y- components of water velocity are not necessarily equivalent to the u- and v- components (eastward/northward).
* The x- and y- components strictly follow the defined coordinate system which may or may not follow the eastward and northward directions.
*/
export declare const grib2LookupTable42_104: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-10-191
* PARAMETERS FOR DISCIPLINE 10, CATEGORY 191
* **(Oceanographic products, Miscellaneous category)**
*
* **Details**:
* - **Discipline**: 10 (Oceanographic Products)
* - **Category**: 191 (Miscellaneous)
* - **Section**: 4
* - **Octet 10**: 191
* - **Revised**: 06/30/2022
*
* **Reserved Ranges**:
* - `2`: Reserved
* - `5-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_10191: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-20-0
* PARAMETERS FOR DISCIPLINE 20, CATEGORY 0
* **(Health and Socioeconomic Impacts, Health Indicators category)**
*
* **Details**:
* - **Discipline**: 20 (Health and Socioeconomic Impacts)
* - **Category**: 0 (Health Indicators)
* - **Section**: 4
* - **Octet 10**: 0
* - **Created**: 06/30/2022
*
* **Reserved Ranges**:
* - `9-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Notes:
* - Wet-bulb Globe Temperature (parameter 2) and Globe Temperature (parameter 3) may require additional environmental conditions to calculate.
*/
export declare const grib2LookupTable42_2000: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-20-1
* PARAMETERS FOR DISCIPLINE 20, CATEGORY 1
* **(Health and Socioeconomic Impacts, Epidemiology category)**
*
* **Details**:
* - **Discipline**: 20 (Health and Socioeconomic Impacts)
* - **Category**: 1 (Epidemiology)
* - **Section**: 4
* - **Octet 10**: 1
* - **Created**: 06/30/2022
*
* **Reserved Ranges**:
* - `10-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_2001: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-20-2
* PARAMETERS FOR DISCIPLINE 20, CATEGORY 2
* **(Health and Socioeconomic Impacts, Socioeconomic indicators category)**
*
* **Details**:
* - **Discipline**: 20 (Health and Socioeconomic Impacts)
* - **Category**: 2 (Socioeconomic Indicators)
* - **Section**: 4
* - **Octet 10**: 2
* - **Created**: 06/30/2022
*
* **Reserved Ranges**:
* - `1-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_2002: Record<number, TableCategory>;
/**
* # GRIB2 - TABLE 4.2-20-3
* PARAMETERS FOR DISCIPLINE 20, CATEGORY 3
* **(Health and Socioeconomic Impacts, Renewable Energy Sector category)**
*
* **Details**:
* - **Discipline**: 20 (Health and Socioeconomic Impacts)
* - **Category**: 3 (Renewable Energy Sector)
* - **Section**: 4
* - **Octet 10**: 3
* - **Created**: 12/07/2023
*
* **Reserved Ranges**:
* - `10-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*/
export declare const grib2LookupTable42_2003: Record<number, TableCategory>;
/**
* GRIB2 - CODE TABLE 4.2: PARAMETER NUMBER BY PRODUCT DISCIPLINE AND PARAMETER CATEGORY
*
* **Created**: 12/07/2023
* **Revised**: 12/07/2023
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-1.shtml)
*
* ## Notes
* - By convention, the flux sign is positive if downward.
* - When a new parameter is to be added to Code table 4.2 and more than one category applies, the
* choice of category should be made base on the intended use of product. The discipline and
* category are an important part of any product definition, so it is possible to have the same
* parameter name in more than one category. For example, "Water Temperature" in discipline 10
* (Oceanographic Products), category 4 (sub-surface properties) is used to reporting water
* temperature in the ocean or open sea, and is not the same as "Water temperature" in discipline
* 1 (Hydrological Products), category 2 (Inland water and sediment properties) which is used for
* reporting water temperature in freshwater lakes and rivers.
*
* ## Reads as
* `{ [discipline]: { [param catagory]: { TableCategory } }}`
*/
export declare const grib2LookupTable42: Record<number, Record<number, Record<number, TableCategory>>>;
/**
* # GRIB2 - CODE TABLE 4.3 - TYPE OF GENERATING PROCESS
*
* **Details**:
* - **Section**: 4
* - **Octet**: 12
* - **Revised**: 10/24/2023
*
* **Reserved Ranges**:
* - `22-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-3.shtml)
*
* ## Notes
* 1. Code figures `12` and `13` are intended for cases where code figures `0` and `2` may not sufficiently indicate significant post-processing on initial analysis or forecast output.
* 2. Analysis increment represents "analysis minus first guess."
* 3. Initialized analysis increment represents "initialized analysis minus analysis."
*/
export declare const grib2LookupTable43: Record<number, string>;
/**
* # GRIB2 - CODE TABLE 4.4 - INDICATOR OF UNIT OF TIME RANGE
*
* **Details**:
* - **Section**: 4
* - **Octet**: 18
* - **Created**: 05/12/2005
*
* **Reserved Ranges**:
* - `14-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-4.shtml)
*
* ## Notes
* None.
*/
export declare const grib2LookupTable44: Record<number, string>;
/** Type and Unit categorizing */
export interface TypeAndUnit {
type: string;
unit: string;
}
/**
* # GRIB2 - CODE TABLE 4.5 - FIXED SURFACE TYPES AND UNITS
*
* **Details**:
* - **Section**: 4
* - **Octets**: 23 and 29
* - **Revised**: 12/07/2023
*
* **Reserved Ranges**:
* - `28-29`: Reserved
* - `36-99`: Reserved
* - `120-149`: Reserved
* - `153-159`: Reserved
* - `190-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-5.shtml)
*
* ## Notes
* 1. The Eta vertical coordinate system involves normalizing the pressure at some point on a specific level by the mean sea level pressure at that point.
* 2. Hybrid height level can be defined as: z(k)=A(k)+B(k)*orog.
* 3. Hybrid pressure level is defined as: p(k)=A(k)+B(k)*sp.
* 4. Sigma height level is the height-based terrain-following coordinate.
* 5. The soil level represents a model level with varying depths provided by another GRIB message.
* 6. The sea-ice level represents varying depths across the model domain.
* 7. Ocean level types are defined by property differences from the near-surface.
* 8. This level differs from entry 13, which is vertically accumulated from the surface.
*/
export declare const grib2LookupTable45: Record<number, TypeAndUnit>;
/**
* # GRIB2 - CODE TABLE 4.6 - TYPE OF ENSEMBLE FORECAST
*
* **Details**:
* - **Section**: 4
* - **Octet**: 35 (for product templates 1 and 11)
* - **Revised**: 07/22/2010
*
* **Reserved Ranges**:
* - `5-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-6.shtml)
*
* ## Notes
* None.
*/
export declare const grib2LookupTable46: Record<number, string>;
/**
* # GRIB2 - CODE TABLE 4.7 - DERIVED FORECAST
*
* **Details**:
* - **Section**: 4
* - **Octet**: 35 (for product templates 2-4 and 12-14)
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `11-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-7.shtml)
*
* ## Notes
* 1. Large anomaly index is defined as:
* `{(number of members whose anomaly > 0.5 * SD) - (number of members whose anomaly < -0.5 * SD)} / (number of members)`.
* SD is the observed climatological standard deviation.
* 2. The reference for "minimum of all ensemble members" and "maximum of all ensemble members" is the set of ensemble members
* and not a time interval; this differs from Product Definition Template 4.8.
*/
export declare const grib2LookupTable47: Record<number, string>;
/**
* # GRIB2 - CODE TABLE 4.8 - CLUSTERING METHOD
*
* **Details**:
* - **Section**: 4
* - **Octet**: 41 (for product templates 3-4 and 13-14)
* - **Created**: 05/12/2005
*
* **Reserved Ranges**:
* - `2-191`: Reserved
* - `192-254`: Reserved for Local Use
*
* **Special Value**:
* - `255`: Missing
*
* ## Links
* - [Read more...](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-8.shtml)
*
* ## Notes
* None.
*/
export declare const grib2LookupTable48: Record<number, string>;
/**
* # GRIB2 - CODE TABLE 4.9 - PROBABILITY TYPE
*
* **Details**:
* - **Section**: 4
* - **Octet**: 37 (for product templates 5 and 9)
* - **Revised**: 07/15/2024
*
* **Reserved Ranges**:
* - `10-191`: Reserved
* - `192-