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 Vecprobe_all_grib2_latlon. For GRIB1 a message-by-message scan is performed.