NexView Fahrenheit Research
winget install --id=FahrenheitResearch.NexView -e Open-source NEXRAD Level 2 weather radar viewer written in Rust. Downloads real-time radar data directly from AWS and renders it with map overlays.
winget install --id=FahrenheitResearch.NexView -e Open-source NEXRAD Level 2 weather radar viewer written in Rust. Downloads real-time radar data directly from AWS and renders it with map overlays.
Open-source NEXRAD Level 2 weather radar viewer written in Rust. Downloads real-time radar data directly from AWS and renders it with map overlays.
On a typical machine:
| Key | Action |
|---|---|
| Up/Down | Tilt up/down (elevation sweeps) |
| Left/Right | Cycle through products |
| Q | Toggle quad view |
cargo build --release
The binary is fully self-contained with no runtime dependencies.
NexView parses NEXRAD Level 2 Archive II files (ICD 2620010H) directly from binary. The parser handles:
Radar data is rendered using a fast line-drawing algorithm that traces radial lines across each gate's azimuth span, avoiding expensive per-pixel trigonometry.
All radar data comes from NOAA's public NEXRAD Level 2 archive on AWS S3 (unidata-nexrad-level2 bucket). No authentication or API keys required.
MIT