From b95737f55e3257a104191d211e525e37a5ec96fa Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 16:27:49 -0700 Subject: [PATCH] feat: Add decoding for ICE and PRESFR remarks Co-authored-by: aider (gemini/gemini-2.5-pro) --- metar.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metar.html b/metar.html index 746d533..c6a6a4e 100644 --- a/metar.html +++ b/metar.html @@ -272,7 +272,8 @@ 'FROIN': 'Frontal passage in vicinity', 'CONTRAILS': 'Contrails observed', 'VIRGA': 'Virga (precipitation not reaching the ground)', - 'HALO': 'Halo phenomenon observed' + 'HALO': 'Halo phenomenon observed', + 'PRESFR': 'Pressure falling rapidly' }; const directions = { 'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast', @@ -353,6 +354,7 @@ if (p.length > 1 && p[1] === 'INTMT') { return { consumed: 2, text: ` - ICE INTMT: Intermittent ice observed` }; } + return { consumed: 1, text: ` - ICE: Ice observed` }; } }, // DENSITY ALT