Aeroza
Aeroza

Weather, but queryable.

Real-time radar, predictive nowcasting with calibrated confidence, and geospatial queries — for applications that need to understand and react to weather in real time. Every forecast scored against reality, in public.

Booting map…
Live · CONUS
Last grid 0 active
Open full map →

The moat · §3.3

Were we right?

Every forecast scored against reality, in public. Nobody else in the dev-API weather space publishes this.

dBZ MAE
See the full matrix →

Real-time radar & alerts

Live

MRMS reflectivity grids materialised in seconds, NWS alerts streamed as Server-Sent Events, and a Web-Mercator tile route ready to drop into MapLibre or Leaflet.

GET /v1/mrms/tiles/{z}/{x}/{y}.png

Geospatial queries

Live

Sample a point, reduce a polygon (max / mean / min / count above a threshold). Lat-lng in, value out — no GIS toolchain required.

GET /v1/mrms/grids/polygon

Calibrated nowcasting

Live

Predicted reflectivity 10 / 30 / 60 minutes out, scored against the matching observation as soon as truth lands. Public MAE / bias / RMSE per algorithm × horizon — persistence baseline today, pySTEPS / NowcastNet next.

GET /v1/calibration

Try it against live data

The dev console runs every public endpoint against a local FastAPI instance backed by NEXRAD CONUS data. Spin it up with make start — one command, one terminal.