prop/lib
Graham McIntire dea407c8ca 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:16 -05:00
..
microwaveprop Add ERA5 reanalysis and RTMA data sources 2026-04-07 12:04:16 -05:00
microwaveprop_web Path-integrated HRRR scoring across pos1/mid/pos2 2026-04-07 12:04:16 -05:00
mix/tasks Add bin/notebook script to start Phoenix + Livebook together 2026-04-07 11:15:49 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex Add robots.txt and sitemap.xml for search engines 2026-04-03 08:44:33 -05:00