Opinions on NetCDF vs HDF5 for storing scientific data?

后端 未结 7 1331
死守一世寂寞
死守一世寂寞 2021-01-30 02:59

Anyone out there have enough experience w/ NetCDF and HDF5 to give some pluses / minuses about them as a way of storing scientific data?

I\'ve used HDF5 and would like

7条回答
  •  萌比男神i
    2021-01-30 03:44

    Try writing some small sample application in each, and compare the experience. If future scalability of your code to parallel execution (via MPI or the like) is important to you, I know that HDF has a parallel implementation, which people are constantly working to improve. I'm not sure about NetCDF.

    Late edit: For NetCDF, there is now Parallel NetCDF from Argonne. It works quite well, and the development team is quite active in improving it further.

提交回复
热议问题