We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
To my understanding, the _Unsigned attribute is only used for (NetCDF3) signed integer data types.
_Unsigned
Sorry, something went wrong.
script to fix issues (#3, #6) in LC-CCI data
fd80460
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: