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
使用實例參考
