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.
|
||
|---|---|---|
| .. | ||
| grib2 | ||
| hrrr_client_test.exs | ||
| hrrr_profile_test.exs | ||
| iem_client_test.exs | ||
| iemre_observation_test.exs | ||
| solar_client_test.exs | ||
| sounding_params_test.exs | ||
| sounding_test.exs | ||
| station_test.exs | ||
| surface_observation_test.exs | ||