Add fetching of NOAA 3-day forecast

This commit is contained in:
Ian Renton
2026-04-03 17:10:36 +01:00
parent da7bb4223e
commit df9a82cad3
14 changed files with 137 additions and 23 deletions

View File

@@ -1507,6 +1507,17 @@ components:
type: string
description: Sporadic-E propagation condition on 2m for North America
example: "Band Closed"
k_index_forecast:
type: object
description: NOAA Kp index 3-day forecast. Keys UNIX time in seconds representing the start of the relevant 3-hour UTC period. Values are the forecast Kp index (09) for that period.
additionalProperties:
type: integer
minimum: 0
maximum: 9
example:
"2026-04-02T00:00:00+00:00": 2
"2026-04-02T03:00:00+00:00": 3
"2026-04-02T06:00:00+00:00": 2
blackout_desc:
type: string
description: HF radio blackout risk description, derived from the X-ray flux class.