Solar weather table #92

This commit is contained in:
Ian Renton
2026-03-29 09:00:59 +01:00
parent ed1f9e5b06
commit 5de5a7ffdf
13 changed files with 135 additions and 62 deletions

View File

@@ -6,9 +6,9 @@ from dataclasses import dataclass
# the first entry whose threshold the value meets or exceeds is used.
BLACKOUT_DESCRIPTIONS = {
"X": "Extreme HF radio blackout on entire sunlit side",
"M": "Wide area HF radio blackout on sunlit side",
"C": "Occasional loss of HF communications on sunlit side",
"X": "Wide area HF radio blackout across sunlit side",
"M": "Occasional loss of HF communications on sunlit side",
"C": "Low absorption of HF signals on sunlit side",
"B": "No significant radio blackout",
"A": "No impact",
}