Skip to content

Commit

Permalink
Add fog products to ABI L2 NC reader
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 5, 2023
1 parent 9ee449b commit be7288a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions polar2grid/readers/abi_l2_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
+---------------------------+-----------------------------------------------------+
| TEMP | Cloud Top Temperature |
+---------------------------+-----------------------------------------------------+
| Fog_Depth | Fog Depth |
+---------------------------+-----------------------------------------------------+
| IFR_Fog_Prob | Instrument Flight Rules Probability |
+---------------------------+-----------------------------------------------------+
| LIFR_Fog_Prob | Low Instrument Flight Rules Probability |
+---------------------------+-----------------------------------------------------+
| MVFR_Fog_Prob | Marginal Visible Flight Rules Probability |
+---------------------------+-----------------------------------------------------+
More information on the flight rules products can be found at:
https://www.experimentalaircraft.info/wx/colors-metar-taf.php
"""

Expand All @@ -69,6 +81,10 @@
"HT",
"LST",
"TEMP",
"Fog_Depth",
"IFR_Fog_Prob",
"LIFR_Fog_Prob",
"MVFR_Fog_Prob",
]
COMPOSITE_PRODUCTS = []

Expand Down

0 comments on commit be7288a

Please sign in to comment.