You have to open the file with h5open.
--Tim
On Saturday, January 31, 2015 05:35:57 AM paul analyst wrote:
> file IS empty?
>
> julia> fid=open("EECo2.h5")
> IOStream(<file EECo2.h5>)
>
>
> julia> names(fid)
>
> 4-element Array{Symbol,1}:
> :handle
> :ios
> :name
> :mark
>
> julia> dump(fid)
> ERROR: invalid arguments to dump
> in dump at show.jl:866 (repeats 2 times)
>
> Paul
>
> W dniu sobota, 31 stycznia 2015 13:11:30 UTC+1 użytkownik Tim Holy napisał:
> > Keith's tips are good. Within julia, you can also try names(fid) or
> > dump(fid).
> >
> > --Tim
> >
> > On Saturday, January 31, 2015 03:52:01 AM Keith Campbell wrote:
> > > You can use the freely available HDFView, from the HDF Group. The HDF
> > > Group also provides a set of command line tools for inspecting files.
> > > Keith
> > >
> > > On Saturday, January 31, 2015 at 6:04:11 AM UTC-5, paul analyst wrote:
> > > > How to read structure of HDF5 file? Look what is inside ?
> > > >
> > > > julia> fid=open("EECo2.h5")
> > > > IOStream(<file EECo2.h5>)
> > > >
> > > > I d`not kwnow what is in this file , How to read it (strukture) ?
> > > > Paul