Closed LafeWessel closed 1 year ago
@LafeWessel Thank you very much for reporting with detail descriptions and data!
I have briefly looked into the issue and have identified the problem in question. I believe it is due to the fact that this library does not yet support enough parameter value patterns. I will provide support based on the data you have provided and will update the crate in the near future.
Thanks! I'd love to help and learn more about the GRIB format, so if there's any resources you could point me to, I'd really appreciate it!
Simple Description on the Bug
An assertion fails when calling the
.dispatch()
function on aGrib2SubmessageDecoder
that is attempting to read a GRIB2 message of the 5.3/7.3 format. It fails with the errorSteps to Reproduce
Expected Behavior
Read the grid values from the file.
Actual Behavior
Assertion panic.
Additional Context
No response