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
The CF error:
["Attribute missing_value of incorrect type (expecting 'Data Variable' type, got 'Numeric' type)"]
appears to be linked to conflicting missing_value and _FillValue data types, as in:
missing_value
_FillValue
float var(..): var:_FillValue = 1.e+20f ; var:missing_value = 1.e+20 ;
See also Stack Overflow Question (no answer yet).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CF error:
appears to be linked to conflicting
missing_value
and_FillValue
data types, as in:See also Stack Overflow Question (no answer yet).
The text was updated successfully, but these errors were encountered: