How to read an HDF file and convert it into ASCII file(extension) using C programme
-
Hi, I have an hdf (extension )file , i need to read that file and convert it into an ASCII format using C program. The problem is small but not finding a way. Thanks
-
Hi, I have an hdf (extension )file , i need to read that file and convert it into an ASCII format using C program. The problem is small but not finding a way. Thanks
You have to describe HDF file format
-
Hi, I have an hdf (extension )file , i need to read that file and convert it into an ASCII format using C program. The problem is small but not finding a way. Thanks
-
Hi, I have an hdf (extension )file , i need to read that file and convert it into an ASCII format using C program. The problem is small but not finding a way. Thanks
Is it this format? http://www.hdfgroup.org/. Then you should be able to get a vast amount of documentation there.
-
Is it this format? http://www.hdfgroup.org/. Then you should be able to get a vast amount of documentation there.
Very thanks for your reply.... Only documentation is not helpful, I need a way to read that particular file in a format it is written to convert it to text. Thanks