feat: Add decoding for ICE and PRESFR remarks
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
+3
-1
@@ -272,7 +272,8 @@
|
|||||||
'FROIN': 'Frontal passage in vicinity',
|
'FROIN': 'Frontal passage in vicinity',
|
||||||
'CONTRAILS': 'Contrails observed',
|
'CONTRAILS': 'Contrails observed',
|
||||||
'VIRGA': 'Virga (precipitation not reaching the ground)',
|
'VIRGA': 'Virga (precipitation not reaching the ground)',
|
||||||
'HALO': 'Halo phenomenon observed'
|
'HALO': 'Halo phenomenon observed',
|
||||||
|
'PRESFR': 'Pressure falling rapidly'
|
||||||
};
|
};
|
||||||
const directions = {
|
const directions = {
|
||||||
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',
|
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',
|
||||||
@@ -353,6 +354,7 @@
|
|||||||
if (p.length > 1 && p[1] === 'INTMT') {
|
if (p.length > 1 && p[1] === 'INTMT') {
|
||||||
return { consumed: 2, text: ` - ICE INTMT: Intermittent ice observed` };
|
return { consumed: 2, text: ` - ICE INTMT: Intermittent ice observed` };
|
||||||
}
|
}
|
||||||
|
return { consumed: 1, text: ` - ICE: Ice observed` };
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// DENSITY ALT
|
// DENSITY ALT
|
||||||
|
|||||||
Reference in New Issue
Block a user