HDF5 XOP - support for h5t_time
fabrizio
Is it feasible for the HDF XOP to support the h5t_time datatype? If yes, any chance that this support will be added in the future?
My understanding is that h5t_time is not fully supported by the HDF5 API and that it is platform dependent / not portable between platforms (e.g. linux, mac, windows). Nevertheless, some code (still?) uses it - I came across it trying to read timestamps written to an HDF5 file using pytables. In those instances, it would be nice to at least have access to the data in the hdf5 file (maybe with a 'you're on your own' warning).
The only documentation that I can find for H5T_TIME, from the documentation for H5Tget_class, is:
That provides no clue how to read it, and I was not able to find an example.
If I ever find sufficient details, I will need a sample file for testing.
May 2, 2019 at 10:20 pm - Permalink