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.
|
||
|---|---|---|
| .. | ||
| complex_packing_test.exs | ||
| extractor_test.exs | ||
| lambert_conformal_test.exs | ||
| section_test.exs | ||
| simple_packing_test.exs | ||