probe_all_fields_at_lat_lon

Function probe_all_fields_at_lat_lon 

Source
pub fn probe_all_fields_at_lat_lon(
    path: &Path,
    lat_deg: f64,
    lon_deg: f64,
) -> Result<Vec<ProbeField>, String>
Expand description

Probe all fields (GRIB1 and GRIB2) at a lat/lon and return Vec. For GRIB2 this delegates to probe_all_grib2_latlon. For GRIB1 a message-by-message scan is performed.