Aeroza docs
Aeroza is an API-first weather-intelligence platform: streaming NWS alerts, materialised MRMS radar grids, surface METAR observations, queryable predictive nowcasts, and categorical verification metrics. This is the developer documentation — narrow on purpose, focused on the things you actually need to build against the running API.
Where to go next
- Quickstart — bring up Postgres, Redis, NATS, and FastAPI locally, then make your first query.
- Concepts — the data model behind alerts, MRMS files / grids, METAR observations, point sample, and polygon reduction.
- API reference — every public route, plus a link to the auto-generated Swagger UI for interactive requests.
- Storm Replay — narrated walkthroughs of curated historical events (April 27 2011 outbreak, etc.) showing alerts and radar evolving together. Best way to see the data model in motion before wiring up your own client.
What's not here yet
A dedicated SDK reference for @aeroza/sdk (with per-method docs and tree-shake hints) is the next doc to land. Until then, the SDK source is small enough to read end-to-end and the running FastAPI's Swagger UI at /docs is the source of truth for every wire shape.