Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsigned byte data should be written with unsigned data type #3

Open
marpet opened this issue Sep 15, 2017 · 1 comment
Open

Unsigned byte data should be written with unsigned data type #3

marpet opened this issue Sep 15, 2017 · 1 comment

Comments

@marpet
Copy link
Contributor

marpet commented Sep 15, 2017

Files are written in NetCDF4 and this version supports unsigned data types.
Beside using the _Unsigned attribute the data should be written as unsigned data.
http://www.unidata.ucar.edu/software/netcdf/docs/BestPractices.html#bp_Unsigned-Data

The current netcdf library version (4.3.22) we use does not allow it.
Probably we need to update to 4.6 or higher.

@forman
Copy link
Member

forman commented Sep 19, 2017

To my understanding, the _Unsigned attribute is only used for (NetCDF3) signed integer data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants