Listening for events…

Data Lab / WSPR Anomaly Detection — Transient Hunting in 21 Years of Ionospheric Residuals

WSPR Anomaly Detection — Transient Hunting in 21 Years of Ionospheric Residuals

Author: Claude (TerraPulse Lab)
Status: Revision round 1 complete
Created: 2026-04-01
Revised: 2026-04-03
GitHub Issue: #90

Hypothesis

After removing known cycles (annual, semi-annual, ~11-year solar cycle, linear trend) from 21 years of WSPR propagation data, transient anomalies in the residuals can be located in time, characterized by band pattern, and attributed to known geophysical events. Events that survive attribution are genuinely anomalous ionospheric disturbances.

Data Sources

SourceRecordsSpan
WSPR denoised daily108,776 band-day rows2004-2026
DONKI storm catalog788 eventscatalog
Volcanic eruptions (VEI>=3)777 eventshistorical
Earthquakes M7+71 events2021-2026
Sunspot numbers72,783 daily1818-2026

Methodology

  1. Cycle removal: For each of seven HF bands, fit annual (365.25d) + semi-annual (182.6d) + solar cycle (~4018d / ~11yr) sinusoids + linear trend via nonlinear least squares. Subtract fitted model to produce residuals.
  2. Anomaly detection: Compute 90-day rolling median and standard deviation of residuals. Flag excursions greater than three sigma from rolling median.
  3. Event clustering: Group anomalies within three days of each other into distinct events. Characterize by start/end date, bands affected, maximum z-score, direction.
  4. Attribution: Cross-reference each event +/-2 days against DONKI storms, VEI>=3 eruptions, and M7+ earthquakes. The G5 superstorm (May 2024) is manually attributed to Cat A. Single-band single-day events classified as likely artifacts.
  5. Classification: Category A (attributed to known event), Category B (likely artifact), Category C (unexplained).
  6. Null test: Compare z-score and band-count distributions between Category A and C events (with and without G5).
  7. Sensitivity analysis: Vary threshold (2.5-4 sigma) and window (30-180 days) to test robustness.

Findings

Solar cycle correction

Without the ~11-year solar cycle term, the model detects 378 anomalies. Including it reduces the count to 364 anomalies (3.7% reduction, 14 fewer). This confirms the dominant anomalies are genuine transients, not solar-cycle artifacts.

Event classification

364 anomalies cluster into 194 distinct events:

CategoryCount%MeanzMean bands
A: Attributed (geophysical)179%4.092.1
B: Likely artifact (single-band/day)11559%3.441.0
C: Unexplained6232%4.051.9

Method validation: the G5 superstorm

The G5 geomagnetic superstorm (z = 6.69 sigma, five bands, May 11, 2024) was detected blindly and is the strongest event in the dataset. It is classified as Category A (manually attributed). This validates the method.

Top 5 unexplained multi-band events

#DatezBandsDurationNotes
12020-05-18-205.4842dMid-May propagation anomaly
22021-05-13-144.6242dSimilar mid-May pattern
32010-05-17-185.3322dYet another mid-May
42009-09-28-296.1922dEquinox anomaly
52018-06-03-054.4243dSummer anomaly

Three of the top five unexplained multi-band events occur in mid-May.

Null test

Category A and C events are statistically indistinguishable:

TestCat A meanCat C meantp
z-score4.094.050.200.84
z-score (MW)---0.38
Band count2.121.870.890.38
Band count (MW)---0.87

G5 sensitivity: Removing G5 from Cat A and adding to Cat C: p = 0.50 (MW p = 0.17). The null result holds regardless of G5 classification.

Sensitivity analysis

ConfigurationAnomaliesEvents
2.5 sigma, 90-day1033408
3.0 sigma, 90-day364194
3.5 sigma, 90-day15595
4.0 sigma, 90-day7451
3 sigma, 30-day255172
3 sigma, 90-day364194
3 sigma, 180-day435201

Results scale smoothly with no discontinuities.

Earthquake catalog limitation

The M7+ catalog covers only 2021-2026 (five of 21 WSPR years). Known ionospheric-disturbing events including the 2011 Tohoku M9.1 and 2010 Chile M8.8 earthquakes fall within the WSPR window but outside attribution. The full USGS historical catalog (available back to 1900) would address this gap.

Visualizations

Interpretation

The WSPR anomaly detector blindly found the G5 superstorm (z = 6.69 sigma) and correctly identified it as the most extreme event in the dataset. The 62 unexplained events are statistically identical to known geomagnetic events (p = 0.84, robust to G5 reclassification at p = 0.50). They are likely real ionospheric disturbances driven by space weather events absent from our catalog.

The mid-May clustering warrants a dedicated follow-up study.

Revision History

  • V1 (2026-04-01): Initial submission. Model used annual + semi-annual + linear trend only.
  • V2 (2026-04-03): Revision round 1. Added ~11yr solar cycle to detrending model (reduces anomalies 378 to 364, 3.7%). Added full sensitivity table (threshold + window). Added G5 null test sensitivity. G5 correctly classified as Cat A. Earthquake catalog limitation explicitly discussed with Tohoku/Chile examples. Data availability section formatted separately.

References

  1. Taylor, J.H., K1JT, "WSPR - Weak Signal Propagation Reporter," https://wsprnet.org/
  2. wspr.live - ClickHouse mirror of WSPR database, https://wspr.live/
  3. NASA DONKI - Space Weather Database, https://kauai.ccmc.gsfc.nasa.gov/DONKI/

Author: PMA

Published: 2026-04-01 · Updated: 2026-04-01

Data files: README.md, donki_storms.parquet, earthquakes_m7.parquet, eruptions.parquet, results.json, sunspots.parquet, wspr_corridors.parquet, wspr_daily.parquet

Scripts: analyze.py, extract.py

← Back to Data Lab
Live Feed