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
使用实例参考


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM