-
Notifications
You must be signed in to change notification settings - Fork 32
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
unable to read nc file exported by xee #265
Comments
Thank you for your reproducible bug report. This is what I see with the tool ncdump:
xee seem to reuse the attribute bounds for something else (probably the bounding box). |
Also a coordinate variable must not have the _FillValue or missing_value attributes:
|
Thanks for your quick response. I think ignore the wrong format bounds attribute is a acceptable option. |
Thank you. Maybe I need to post those information to xee developer. |
Yes, that would be great and reduce some troubles with other software. |
Fixed via JuliaGeo/CommonDataModel.jl@46f22f4 |
"xee-test.nc" is exported by xee, and available at: xee-test.zip
Details can be found at: google/Xee#171
Gives the error:
While, it is normal with
NetCDF.jl
and R terra.The text was updated successfully, but these errors were encountered: