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.
|
||
|---|---|---|
| .. | ||
| commercial | ||
| radio | ||
| terrain | ||
| weather | ||
| workers | ||
| commercial_test.exs | ||
| radio_test.exs | ||
| terrain_test.exs | ||
| weather_test.exs | ||