Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

Convert missing values before scale and offset #1318

Closed haileyajohnson closed 4 months ago

haileyajohnson commented 4 months ago

Swap the order that ConvertMissing and ScaleOffset are applied so that ConvertMissing uses packed values to check for missing values.