I am trying to figure out how to use radar data stored in either HDF5 or NET-CDF format. Both data models have APIs for C and Java, but nothing for Unity’s C#. Does anyone have any recommendations as to how to deal with these file types? I simply need to extract the data from the file provided by the National Weather Service and display it in 3D
Would this work @ambid17 :
http://hdf5.net/
https://stackoverflow.com/questions/7939723/hdf5-example-code
I know this is 2 years later, but I made a simple unity package to load H5 files. It currently only supports a few datatypes, but could probably be extended without too much trouble.
Instructions are in Readme. GitHub - AdamBebko/UnityH5Loader: A simple wrapper for PInvoke for loading H5 files in Unity