PDL::IO::HDF5, version 0.63
NAME
PDL::IO::HDF5 - PDL Interface to the HDF5 Data Format.
DESCRIPTION
This package provides an object-oriented interface for the
PDL package to the HDF5 data-format. Information on the
HDF5 Format can be found at the NCSA's web site at
http://hdf.ncsa.uiuc.edu/ .
LIMITATIONS
Currently this interface only provides a subset of the total
HDF5 library's capability.
An experimental module for interactive viewing of HDF5 files using perl/tk is also included. The file tkviewtest is a short demo of this capability.
-- PDL v2.004
-- HDF5 version 1.2.0
Installation should be the normal:
perl Makefile.PL
make
make test
(as root)
make install
Tbe idea for this module is based on the code of Doug Hunt's PDL::netCDF module.