-
Notifications
You must be signed in to change notification settings - Fork 5
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
HDF5 support ? #25
Comments
Good question. A start may be to define |
I'm thinking about a package extension. |
Related:
This currently crashes at the moment for because it seeks information a bit too eagerly and crashes when MPI is not present. With a small patch I will push soon, Eyeball now works with the above code:
|
first let me say i LOVE this package. have wanted sth like this for years but never had time to write it myself.
so to the point. would be nice to use this on HDF5 files. HDF5.jl now shows a static tree (see JuliaIO/HDF5.jl#725). how easy would it be to modify eyeball to dynamically browse the innards of an HDF5 file?
The text was updated successfully, but these errors were encountered: