aerostratospheric/msds-open-models
050
Aerostratospheric open scientific models (hub index)
Publisher: Aerostratospheric · Casey, Illinois Role: Lightweight index / hub card pointing at the open sklearn suites — not a single bundled checkpoint.
This repo is a navigation surface. Load weights from the linked model repos (each ships models/*.joblib + config.json + metrics.json).
Model map
Index metadata last aligned with suite train stamp 2026-09-18; hub package re-touched 2026-09-23 (Lewis sync). Weights were not re-trained on 2026-09-23.
What this hub is / is not
How to use
Prefer the per-suite cards. Pattern:
from huggingface_hub import snapshot_download
from pathlib import Path
import json, joblib
root = Path(snapshot_download("aerostratospheric/uogw-scientific-suite"))
cfg = json.loads((root / "config.json").read_text())
model = joblib.load(root / "models" / f"{cfg['heads'][0]}.joblib")Companion datasets: `uogw`, `gir`, `casey-openmeteo-hourly`, `spc-tornado-history`.
Freshness (2026-09-23 CT)
From Lewis hub sync (~1:30 PM CT):
- Datasets
aerostratospheric/uogw+girsynced 2026-09-23T18:29:53Z - Ground KILCASEY47: hub overlay ~2026-09-23 12:05 CT
- Radiation gmc-800/latest.json: still 2026-09-16 (ingest gap — not live)
- These model packages: metadata /
FRESHNESS.mdre-touch only
Links
- Site: https://midwestsds.com
- UOGW Git: https://github.com/Midwest-Stratospheric/Unified-Open-Global-Weather
- Intro call: https://calendly.com/aerostratospheric/15min
Flights: private science / awareness. Open-tier GIR only — never classified access.
Citation
Aerostratospheric / Midwest Stratospheric Data Systems (2026).
Open scientific models hub index.
https://huggingface.co/aerostratospheric/msds-open-models