feat: Add decoding for PRESRR and AURBO remarks

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-14 16:42:48 -07:00
parent 48527dae50
commit 64251276e3
+3 -1
View File
@@ -274,7 +274,9 @@
'CONTRAILS': 'Contrails observed',
'VIRGA': 'Virga (precipitation not reaching the ground)',
'HALO': 'Halo phenomenon observed',
'PRESFR': 'Pressure falling rapidly'
'PRESFR': 'Pressure falling rapidly',
'PRESRR': 'Pressure rising rapidly',
'AURBO': 'Aurora Borealis observed'
};
const directions = {
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',