Skip to content

Set data values after GRIB metadata

Lukas Kluft requested to merge m300575/yaco:fix-compression into main

In _v8 of the DestinE output, the data values in the GRIB messages are corrupted. The reason is that the data values are set after the encoding settings (16 bit, CCSDS/AEC compression). This MR changes the order of these operations which, hopefully, should make the encoding settings effective during data writes.

Merge request reports