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:
+3
-1
@@ -274,7 +274,9 @@
|
|||||||
'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'
|
'PRESFR': 'Pressure falling rapidly',
|
||||||
|
'PRESRR': 'Pressure rising rapidly',
|
||||||
|
'AURBO': 'Aurora Borealis observed'
|
||||||
};
|
};
|
||||||
const directions = {
|
const directions = {
|
||||||
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',
|
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',
|
||||||
|
|||||||
Reference in New Issue
Block a user