python读写hdf5及cdf格式文件
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
使用实例参考