hdf5 fille coversion to vdf file

2 posts / 0 new
Last post
devshreemandal_...
hdf5 fille coversion to vdf file
Is there any way to convert .h5 to .vdf file without converting it to binary first?
clyne

Hi,

Unforutunately not. There are simply too many ways to store data in HDF5 to provide a "universal" translator. However, if you undertand the HDF5 API and your particular file format it is pretty easy to write your own translator. You can use one of the NetCDF translators we provide as a template. Hope this helps.