read hdf5 file over http stream

245 views
Skip to first unread message

chaoqun

unread,
Jan 31, 2017, 9:00:00 PM1/31/17
to h5py
hey,

I have many hdf5 files, and put them behind a web server for remote access. ever hdf5 file like this:


is there any pythonic way to read the hdf5 file over http stream? an ugly way is like this: use python http client to get the file, put the file on the disk, use h5py read local file.

thanks

Gareth Williams

unread,
Jan 31, 2017, 9:21:02 PM1/31/17
to h5...@googlegroups.com

You could expose the file with an OPeNDAP service.  I think http(s) in itself will only allow you to use your ‘ugly’ method as the file is not read sequentially.

Gareth


--
You received this message because you are subscribed to the Google Groups "h5py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h5py+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages