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.ex | ||
| hrrr_profile.ex | ||
| iem_client.ex | ||
| iemre_observation.ex | ||
| solar_client.ex | ||
| solar_index.ex | ||
| sounding.ex | ||
| sounding_params.ex | ||
| station.ex | ||
| surface_observation.ex | ||