feat: Add decoding for VIRGA OHD remarks
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -366,6 +366,9 @@
|
||||
if (p.length > 1 && p[1] === 'ALQDS') {
|
||||
return { consumed: 2, text: ` - VIRGA ALQDS: Virga in all quadrants` };
|
||||
}
|
||||
if (p.length > 1 && p[1] === 'OHD') {
|
||||
return { consumed: 2, text: ` - VIRGA OHD: Virga overhead` };
|
||||
}
|
||||
if (p.length > 1 && p[1] === 'PTCHS') {
|
||||
return { consumed: 2, text: ` - VIRGA PTCHS: Virga in patches` };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user