Closed LafeWessel closed 1 year ago
@LafeWessel Thank you very much for always catching and reporting bugs. I appreciate it.
The code was left over from the days when the data was processed with the assumption that only one message was read.
It was easy to fix, but I didn't write a test and am sorry for the delay.
Simple Description on the Bug
When iterating through submessages, the size indicated by
submessage.indicator()
is constant whereas iterating through the sections shows different sizes for each submessage.Steps to Reproduce
Expected Behavior
submessage.indicator()
shows the proper size of the message.Actual Behavior
A constant size is shown for all submessages.
Additional Context
I used the GRIB file found here.