Hdf5

来自Shiyin's note
Shen讨论 | 贡献2015年6月19日 (五) 03:18的版本 →‎IDL
跳到导航 跳到搜索

The Hierarchical Data Format (HDF) version 5 file format was designed for scientific data consisting of a hierarchy of datasets and attributes (or metadata). HDF is a product of the National Center for Supercomputing Applications (NCSA), which supplies the underlying C-language library;

IDL

  • IDL provides access to this library via a set of procedures and functions contained in a dynamically loadable module (DLM).
IDL>HELP, 'hdf5', /DLM
  • 查看Hdf5的文件结构
IDL>file=h5_parse(filename) ;IDL 7.1 IDL 8中有H5_list
  • pro: H5F_open,H5D_open,H5D_read,H5D_CLOSE
http://www.exelisvis.com/docs/HDF5_Overview.html
http://hdfeos.org/examples/idl_local_mls_swath.php