Frames icon indicating copy to clipboard operation
Frames copied to clipboard

what about hdf5 ?

Open picca opened this issue 9 years ago • 1 comments

Hello,

do you plan to add the hdf5 files support for frames ?

picca avatar Mar 10 '16 13:03 picca

That looks like a rather complicated format, so parsing support for it probably belongs in its own library. There is a bindings-hdf5 on hackage, but it is very low level.

I think the way forward would be to write an hdf5 package that wraps up the bindings-hdf5 functionality with a streaming API, then we can do a Frames-hdf5 package that layers nicer types over that.

acowley avatar Mar 10 '16 21:03 acowley