您的位置:首页 > 编程语言 > Python开发

python读写hdf5及cdf格式文件

2017-03-06 20:19 302 查看

Python write and read hdf5 file

http://stackoverflow.com/questions/20928136/input-and-output-numpy-arrays-to-h5py
http://docs.h5py.org/en/latest/quick.html
具体实例请查看preprocessvideo.py里面的实现

h5.keys()   #list dataset in h5 file

python read cdf file

安装参考
主要参考
次要参考:
http://cdaweb.gsfc.nasa.gov/pub/software/cdf/dist/cdf36_3/linux/
http://ffnet.sourceforge.net/install.html
https://sourceforge.net/projects/spacepy/
使用参考
注意:
如果编译失败的时候使用fcompiler gnu 95
安装完成后要在~/.bashrc下加入以下命令
. /home/xxx/Documents/software/cdf36_3-dist/bin/definitions.B
使用实例参考

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: