Skip to content
@IONIS-AI

IONIS-AI

HF propagation prediction using physics-constrained neural networks trained on 14B+ amateur radio observations

IONIS-AI — Ionospheric Neural Inference System

The logs were speaking for decades, but nobody was listening. Now we're listening.

IONIS is an open-source HF radio propagation prediction system trained on 14+ billion amateur radio observations (WSPR, RBN, Contest, PSK Reporter). It predicts signal-to-noise ratio for any HF path on Earth using real-time solar conditions.

What It Does

  • Predicts HF propagation (SNR) between any two points, any band, any time
  • Trained on the largest curated amateur radio propagation dataset that we know of
  • Uses real-time solar flux (SFI) and geomagnetic (Kp) indices
  • Validated against VOACAP: Pearson +0.49 vs +0.02, 84% recall on independent live data

Packages

PackageLanguageDescription
ionis-appsGoData ingesters (WSPR, RBN, Contest, PSK Reporter, Solar) with idempotent watermark tracking
ionis-coreSQL/Shell36 ClickHouse DDL schemas, 15 population scripts, base configuration
ionis-cudaC++/CUDAGPU-accelerated signature embedding engine
ionis-trainingPythonPyTorch model training, sensitivity analysis, version lifecycle
ionis-mcpPythonMCP server for AI-assisted propagation analytics (PyPI)
ionis-jupyterPython/JupyterInteractive notebooks for propagation research — 10 starter notebooks
ionis-validatePythonModel validation CLI (PyPI)
ionis-hamstatsPython/MkDocsham-stats.com — live HF propagation reports
ionis-docsMkDocsDocumentation site

Datasets

175M+ aggregated propagation signatures derived from 14 billion observations, distributed as SQLite files on SourceForge.

SourceSignaturesRaw ObservationsYears
WSPR93.6M10.9B beacon spots2008–2026
Reverse Beacon Network67.3M2.26B CW/RTTY spots2009–2026
CQ Contest Logs5.7M234M SSB/RTTY QSOs2005–2025
DXpeditions260K3.9M rare-grid paths2009–2025
PSK Reporter8.4M514M+ FT8/WSPR spots2026+
Solar Indices77K daily/3-hour records2000–2026

Model

IONIS V22-gamma + PhysicsOverrideLayer (Production) — 205K parameter PyTorch model with physics-constrained solar and geomagnetic sidecars, plus a deterministic post-inference clamp for high-band night closure.

MetricIONIS V22-gammaVOACAP
Pearson correlation+0.49+0.02
RMSE0.821σ
KI7MT operator tests17/17
TST-900 band x time9/11

Data Pipeline

Every data source follows a paired download → ingest pattern with idempotent watermark tracking. Downloaders write to disk, ingesters load into ClickHouse. All ingesters support --full, --prime, and --dry-run modes.

SourceDownloaderIngesterSchedule
WSPRwspr-downloadwspr-turboDaily
RBNrbn-downloadrbn-ingestDaily
Contestcontest-downloadcontest-ingestWeekly
PSK Reporterpskr-collectorpskr-ingestHourly
Solarsolar-downloadsolar-ingest15 min / 6 hr
DSCOVR L1dscovr-ingestdscovr-ingest15 min

Install

# AI-assisted propagation analytics (any platform, via PyPI)
pip install ionis-mcp
ionis-download --bundle minimal # ~430 MB — contest + solar + grids# Model validation (any platform, via PyPI)
pip install ionis-validate
# Rocky Linux 9 / RHEL 9 (via COPR)
dnf copr enable ki7mt/ionis-ai
dnf install ionis-apps ionis-core

License

GPLv3 — See individual repositories for details.

Popular repositories Loading

  1. ionis-docs ionis-docsPublic

    Documentation site for the IONIS (Ionospheric Neural Inference System) project.

    HTML 1

  2. ionis-hamstats ionis-hamstatsPublic

    Live HF band conditions and propagation predictions at ham-stats.com — powered by IONIS V20 and 13B+ real observations.

    Jinja 1

  3. ionis-jupyter ionis-jupyterPublic

    Jupyter notebooks for IONIS HF propagation analytics — interactive exploration of 175M+ signatures

    Jupyter Notebook 1

  4. .github .githubPublic

    Advanced Ionospheric Neural Inference System (IONIS). Engineering the Digital Twin of the Ionosphere using 10.8B+ data points from Solar Cycle 25.

  5. ionis-apps ionis-appsPublic

    Core ingestion and data-milling utilities for the IONIS (Ionospheric Neural Inference System) project.

    Go

  6. ionis-core ionis-corePublic

    ClickHouse schemas and environment setup for the IONIS (Ionospheric Neural Inference System) project.

    Shell

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…