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