prop/test/microwaveprop/weather/grib2
Graham McIntire b077d4facb
Add batch GRIB2 extraction for multi-point grid queries
Add extract_values/3 to SimplePacking and ComplexPacking for batch
index extraction from a single GRIB2 message. Add extract_grid/2 to
Extractor which takes a list of {lat, lon} points and returns all
variable values for each point, skipping points outside the grid.

This enables extracting weather data for many grid points from a
single HRRR download instead of re-parsing per point.
2026-03-30 16:50:03 -05:00
..
complex_packing_test.exs Add batch GRIB2 extraction for multi-point grid queries 2026-03-30 16:50:03 -05:00
extractor_test.exs Add batch GRIB2 extraction for multi-point grid queries 2026-03-30 16:50:03 -05:00
lambert_conformal_test.exs Replace wgrib2 with pure Elixir GRIB2 decoder for HRRR pipeline 2026-03-29 18:43:43 -05:00
section_test.exs Make GRIB2 section parser resilient to trailing padding and truncation 2026-03-30 09:21:27 -05:00
simple_packing_test.exs Add batch GRIB2 extraction for multi-point grid queries 2026-03-30 16:50:03 -05:00