简体   繁体   中英

hdf5 over ssh in Python

Is there an easy way to read hdf5 file remotely (through ssh) within the Python. As far as I know default h5py module does not allow this. What's the easiest way of doing this?

PS. Copying is not an option, I have terabytes of data.

Not ssh, but h5serv will allow you to read/write hdf5 data over http: h5serv docs . h5pyd is an h5py api compatible package the uses the h5serv REST API: h5pyd

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM