Opinions on NetCDF vs HDF5 for storing scientific data?

后端 未结 7 1246
死守一世寂寞
死守一世寂寞 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条回答
  •  失恋的感觉
    2021-01-30 03:30

    NetCDF, which translates HDF5 into its own data model, looks and works great... until you find out that NetCDF doesn't support unsigned values! See also my question on how to detect unsigned values in existing HDF5 files using NetCDF.

    Update: Actually, it turns out that although NetCDF-3 doesn't support signed values, NetCDF-4 supports signed values, even though the NetCDF API in Java for determining signedness is a little convoluted.

提交回复
热议问题