Aurora Borealis power history from NOAA geomagnetic data. Watch the Northern Lights dance through 6 hours of real activity. Flow field particles mimic the aurora's natural movement patterns using NOAA's Ovation Aurora data.
- NOAA data: Real geomagnetic activity measurements
- Flow field physics: Particle-based aurora simulation
- 6-hour history: Recent aurora power readings
- Color gradient: Aurora green (#00ff6a) to cyan (#00f5ff) to magenta (#ff38c7)
- Interactive: Hover to see data points
- Responsive: Works on desktop and mobile
- D3.js v7: Data-driven rendering
- SVG: Vector graphics for smooth scaling
- Space Grotesk font: Modern geometric sans-serif
- DM Mono: Monospaced data display
index.html- Complete single-file applicationdata/ovation.json- NOAA Ovation Aurora datasetsocial-card.png- Open Graph image
NOAA Ovation Aurora format:
{
"forecast_time": "2025-01-20T23:37:00Z",
"hemispheric_power": 34.5
}python3 -m http.server 8000
# Visit http://localhost:8000NOAA Space Weather Prediction Center - Ovation Aurora Model https://www.swpc.noaa.gov/products/aurora-30-minute-forecast
Luke Steuber — dr.eamer.dev — @lukesteuber.com
MIT