read_grib2_section7_payloads_by_message

Function read_grib2_section7_payloads_by_message 

Source
pub fn read_grib2_section7_payloads_by_message(
    path: &Path,
) -> Result<Vec<Vec<u8>>, String>
Expand description

Read Section 7 payloads grouped by GRIB message (message order). Returns Vec of payload bytes found for each message in order (messages with no Section7 are skipped).