You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance a variable with storage type SHORT and with defined scale_factorand add_offsetis not interpreted as FLOAT during reading, which is not the expected behavior. As a comparison, the Python package NetCDF4 does the right conversion during reading.
The text was updated successfully, but these errors were encountered:
You're right, they are not taken into account. I'll close this as a duplicate of #39. There is also some discussion here: #131 (comment). I think the options are right now to either do it manually using this package, or use https://github.com/Alexander-Barth/NCDatasets.jl.
For instance a variable with storage type
SHORT
and with definedscale_factor
andadd_offset
is not interpreted as FLOAT during reading, which is not the expected behavior. As a comparison, the Python packageNetCDF4
does the right conversion during reading.The text was updated successfully, but these errors were encountered: