prop/priv
Graham McIntire 29fef2afed Add ERA5 reanalysis and RTMA data sources
ERA5 (Copernicus CDS API):
- Era5Profile schema matching HRRR profile structure for interop
- Era5Client with async job submission, polling, GRIB2 download
- Era5FetchWorker (Oban queue: era5, max_attempts: 5)
- Unified lookup: Weather.best_profile_for_contact/1 tries HRRR
  first, falls back to ERA5 for pre-2014 contacts

RTMA (NOAA S3, 2.5km/15-min):
- RtmaObservation schema for surface-only fields
- RtmaClient with byte-range GRIB2 requests (same pattern as HRRR)
- RtmaFetchWorker (Oban queue: rtma, max_attempts: 10)
- Weather.find_nearest_rtma/3 for surface condition lookup

Both queues added to production Oban config (2 workers each).
2026-04-07 12:04:19 -05:00
..
gettext initial 2026-03-28 11:28:47 -05:00
models Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
repo Add ERA5 reanalysis and RTMA data sources 2026-04-07 12:04:19 -05:00
static Add robots.txt and sitemap.xml for search engines 2026-04-03 08:44:33 -05:00