NCAS-CMS / pyfive

A pure Python HDF5 file reader
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Adding support for reading only chunks and various pieces of the H5Py lower level interface #5

Closed bnlawrence closed 2 months ago

bnlawrence commented 5 months ago

The key changes are the introduction of a subclass of DataObjects which represents a singleton variable DataObject, and a new H5D class which provides the lower level chunk interface. Arguably these two classes could be combined.