prop/config
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
..
config.exs Replace boolean enrichment flags with enum status fields 2026-04-02 12:07:51 -05:00
dev.exs Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
prod.exs Configure outbound SMTP email via Swoosh with TLS 2026-04-02 13:08:50 -05:00
runtime.exs Add ERA5 reanalysis and RTMA data sources 2026-04-07 12:04:19 -05:00
test.exs QSO submission triggers enrichment directly, fix prod badarith crash 2026-03-31 12:29:39 -05:00