-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.json
More file actions
78 lines (78 loc) · 2.17 KB
/
status.json
File metadata and controls
78 lines (78 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"checked_at": "2026-05-31 07:48 UTC",
"overall": "ok",
"sources": [
{
"key": "omnisense",
"label": "Omnisense",
"status": "ok",
"fetch_date": "2026-05-31 07:48 UTC",
"fetch_age_hours": 0.0,
"fetch_status": "ok",
"data_date": "2026-05-30 23:59 UTC",
"data_age_hours": 7.8,
"data_status": "ok",
"note": ""
},
{
"key": "openmeteo_hist",
"label": "Open-Meteo historical",
"status": "ok",
"fetch_date": "2026-05-31 07:48 UTC",
"fetch_age_hours": 0.0,
"fetch_status": "ok",
"data_date": "2026-05-30 23:00 UTC",
"data_age_hours": 8.8,
"data_status": "ok",
"note": ""
},
{
"key": "openmeteo_fc",
"label": "Open-Meteo forecast",
"status": "ok",
"fetch_date": "2026-05-31 07:48 UTC",
"fetch_age_hours": 0.0,
"fetch_status": "ok",
"data_date": "2026-06-15 23:00 UTC",
"data_age_hours": null,
"data_status": "ok",
"note": "Latest data shows forecast horizon (~16 days out); fetch date is the freshness signal"
},
{
"key": "enso",
"label": "ENSO ONI (NOAA PSL)",
"status": "ok",
"fetch_date": null,
"fetch_age_hours": null,
"fetch_status": "unknown",
"data_date": "2026-03-01 00:00 UTC",
"data_age_hours": 2191.8,
"data_status": "ok",
"note": "Monthly index; NOAA publishes with up to ~3 month lag \u2014 alerts only if data is >120 days old"
},
{
"key": "iod",
"label": "IOD DMI (Bureau of Meteorology)",
"status": "ok",
"fetch_date": null,
"fetch_age_hours": null,
"fetch_status": "unknown",
"data_date": "2026-05-18 00:00 UTC",
"data_age_hours": 319.8,
"data_status": "ok",
"note": "Weekly index from BoM; up to 14 days lag is normal"
},
{
"key": "mjo",
"label": "MJO ROMI (NOAA PSL)",
"status": "ok",
"fetch_date": null,
"fetch_age_hours": null,
"fetch_status": "unknown",
"data_date": "2026-05-28 00:00 UTC",
"data_age_hours": 79.8,
"data_status": "ok",
"note": "Daily index; NOAA typically lags 2\u20135 days"
}
]
}