feat: Add decoding for VIRGA OHD remarks

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-14 16:37:56 -07:00
parent 5c51d8a7ef
commit 142e2c74bc
+3
View File
@@ -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` };
}