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

NetCDF data type for missing_value #3

Open
martinjuckes opened this issue May 1, 2020 · 0 comments
Open

NetCDF data type for missing_value #3

martinjuckes opened this issue May 1, 2020 · 0 comments

Comments

@martinjuckes
Copy link

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:

float var(..):
   var:_FillValue = 1.e+20f ;
   var:missing_value = 1.e+20 ;

See also Stack Overflow Question (no answer yet).

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

1 participant