pub fn decode_grib1_first_message(msg: &[u8]) -> Result<Grib1Decoded, String>Expand description
Decode the first GRIB1 message into an array of floats (supports simple packing & optional bitmap)
pub fn decode_grib1_first_message(msg: &[u8]) -> Result<Grib1Decoded, String>Decode the first GRIB1 message into an array of floats (supports simple packing & optional bitmap)