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

Can't create pyramid based on NetCDF file: HDF5 error #119

Closed
danlooo opened this issue Oct 14, 2024 · 1 comment
Closed

Can't create pyramid based on NetCDF file: HDF5 error #119

danlooo opened this issue Oct 14, 2024 · 1 comment

Comments

@danlooo
Copy link
Owner

danlooo commented Oct 14, 2024

using DGGS
using YAXArrays

open_dataset("etc/grids/disks.nc").disks |> DGGSArray |> to_dggs_pyramid

with file disks.nc.zip results in error

HDF5-DIAG: Error detected in HDF5 (1.12.1) thread 11:
  #000: H5A.c line 528 in H5Aopen_by_name(): can't open attribute
    major: Attribute
    minor: Can't open object
  #001: H5VLcallback.c line 1091 in H5VL_attr_open(): attribute open failed
    major: Virtual Object Layer
    minor: Can't open object
  #002: H5VLcallback.c line 1058 in H5VL__attr_open(): attribute open failed
    major: Virtual Object Layer
    minor: Can't open object
  #003: H5VLnative_attr.c line 130 in H5VL__native_attr_open(): can't open attribute
    major: Attribute
    minor: Can't open object
  #004: H5Aint.c line 545 in H5A__open_by_name(): unable to load attribute info from object header
    major: Attribute
    minor: Unable to initialize object

Probably wrong HDF5 version number see here

@danlooo
Copy link
Owner Author

danlooo commented Oct 14, 2024

Works fine inside docker with julia 1.10.4

@danlooo danlooo closed this as completed Oct 14, 2024
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