Closed dcesari closed 4 years ago
I don't know what the encoders were trying to do: they transmitted one non-zero reference value, then overrode it in each subset. I don't understand why the reference value was nonzero if it was not used, but I guess it's a quirk of the encoder they used.
The attachment GPS_bufr.zip contains two almost equal GPS bufr messages, with a different coding of station name. The decoding of
GPSR_fail.bufr
fails with the error messagecompressed strings with 20 bit deltas have non-zero reference value
. According to the source code, this seems to be due to an unimplemented feature.Is the interpretation correct? Could that feature be implemented? Or any workaround?