Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.24 KB

File metadata and controls

15 lines (12 loc) · 1.24 KB

RadrView Documentation

RadrView is a self-hosted, real-time weather radar tile service. It ingests raw radar data from national weather services, normalizes everything to a unified dBZ scale, and serves standard XYZ map tiles with configurable color palettes and WebSocket push updates. It also provides an aviation situation API for airport weather monitoring, flight route analysis, and real-time condition alerts.

Table of Contents

  • Getting Started — Clone, configure, run, and see tiles in 5 minutes
  • Architecture — Full pipeline: ingest → normalize → tile → composite → serve
  • Configuration — Every environment variable and Docker Compose service
  • API Reference — All HTTP endpoints and the WebSocket interface
  • Sources — Supported radar sources with coverage, format, and licensing
  • Palettes — Color palettes, LUT colorization, and how to create custom palettes
  • Adding a Source — Step-by-step guide to adding a new radar data source
  • Deployment — Production setup: reverse proxy, caching, resource estimates
  • Gotchas — Known issues and lessons learned during development