pub fn read_grib2_section4_parameter_ids_by_message(
path: &Path,
) -> Result<Vec<Option<(u8, u8, u8)>>, String>Expand description
Read Section4 (Product Definition Section) parameter identifiers per GRIB message in file order. Returns Vec where each entry is Some((discipline, category, number)) if Section4 present and fields可解析.