prop/lib/microwaveprop/weather
Graham McIntire 3749360a28
Fix complex packing decode crash on trailing padding bits
consume_bits would crash with a MatchError when the remaining
bitstring had fewer bits than the group width. Added a guard
clause to stop consuming when insufficient bits remain, matching
how wgrib2 handles trailing padding in packed data sections.
2026-03-30 07:52:06 -05:00
..
grib2 Fix complex packing decode crash on trailing padding bits 2026-03-30 07:52:06 -05:00
hrrr_client.ex Replace wgrib2 with pure Elixir GRIB2 decoder for HRRR pipeline 2026-03-29 18:43:43 -05:00
hrrr_profile.ex Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
iem_client.ex Retry on 429/5xx responses across all HTTP clients 2026-03-29 17:47:08 -05:00
solar_client.ex Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
solar_index.ex Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
sounding.ex Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
sounding_params.ex Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
station.ex Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
surface_observation.ex Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00