Unidata / thredds

THREDDS Data Server v4.6
https://www.unidata.ucar.edu/software/tds/v4.6/index.html
265 stars 179 forks source link

Use the data_word_size from the level 2 message #1338

Closed lesserwhirls closed 3 years ago

lesserwhirls commented 3 years ago

Backport of Unidata/netcdf-java#514

Previously, the level 2 code used a fixed word size of 8 bits for the data blocks, with a special exception for the differential phase product, which was hardcoded to use 16 bits. This PR enables the IOSP and Level2 Record parser to use the actual word size as encoded in the message.

lesserwhirls commented 3 years ago

Travis passed:

https://travis-ci.org/github/Unidata/thredds/builds/733962676