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). |
||
|---|---|---|
| .. | ||
| grib2 | ||
| era5_client.ex | ||
| era5_profile.ex | ||
| hrrr_client.ex | ||
| hrrr_profile.ex | ||
| iem_client.ex | ||
| iemre_observation.ex | ||
| rtma_client.ex | ||
| rtma_observation.ex | ||
| solar_client.ex | ||
| solar_index.ex | ||
| sounding.ex | ||
| sounding_params.ex | ||
| station.ex | ||
| surface_observation.ex | ||
| weather_layers.ex | ||