Menu

Tree [a6076b] master pdl-io-hdf5-v0.73 /
 History

HTTPS access


File Date Author Commit
 HDF5 2015-05-26 Andrew Benson Andrew Benson [cfcdd1] Write datasets with native endianness.
 t 2014-01-22 sisyphus_ sisyphus_ [a36dcc] Conditionalize longlong tests for 32bit perls
 .gitignore 2014-01-25 Chris Marshall Chris Marshall [5ee4f2] Add .gitignore file
 COPYRIGHT 2014-01-25 Chris Marshall Chris Marshall [d63f74] Add Chris and Andrew to COPYRIGHT
 MANIFEST 2014-01-21 Chris Marshall Chris Marshall [1ab425] Update MANIFEST
 Makefile.PL 2015-06-08 Chris Marshall Chris Marshall [a6076b] VERSION to 0.73 and update Release_Notes for CP...
 README 2014-01-25 Chris Marshall Chris Marshall [c78167] Update VERSION to 0.64 for CPAN release
 Release_Notes 2015-06-08 Chris Marshall Chris Marshall [a6076b] VERSION to 0.73 and update Release_Notes for CP...
 hdf5.pd 2015-06-08 Chris Marshall Chris Marshall [a6076b] VERSION to 0.73 and update Release_Notes for CP...
 tkviewtest 2014-01-25 Chris Marshall Chris Marshall [bd7e2d] Add #!/usr/bin/perl to tkviewtest
 typemap 2014-01-21 Andrew Benson Andrew Benson [0ad34b] Add new features (unlinking of datasets; extens...
 varlen.hdf5 2014-01-21 Andrew Benson Andrew Benson [58ab2f] Clean up temporary files after testing. Use con...

Read Me

PDL::IO::HDF5

From The Man Pages:
-------------------

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 HDF Group's web site at
     http://www.hdfgroup.org/ .

     LIMITATIONS
 
     Currently this interface only provides a subset of the total
     HDF5 library's capability.

    o Only HDF5 Simple datatypes are supported. No HDF5 Compound
      datatypes are supported since PDL doesn't support them.

    o Only HDF5 Simple dataspaces are supported.


Also Included:
--------------

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.


The following are required for installation:
--------------------------------------------

-- PDL v2.004

-- HDF5 version 1.2.0 or greater


Installation:
------------

Installation should be the normal:

perl Makefile.PL
make
make test

(as root)
make install


Acknowledgements
----------------

The idea for this module is based on the code of Doug Hunt's PDL::netCDF module.